#cfcb67

Color #CFCB67 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #CFCB67

Tints of Goldenrod #CFCB67

Color information

#CFCB67 (or 0xCFCB67) is unknown color: approx Goldenrod. HEX triplet: CF, CB and 67. RGB value is (207,203,103). Sum of RGB (Red+Green+Blue) = 207+203+103=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB67 is #303498. Grayscale: #C1C1C1. Windows color (decimal): -3159193 or 6802383. OLE color: 6802383.

HSL color Cylindrical-coordinate representation of color #CFCB67: hue angle of 57.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFCB67 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB207203103-
CMYK00.020.500.19
HSL57.69º52%60.78%-
HSV(B)57.69º50.24%81.18%-
XYZ49.5456.9621.21-
YUV192.877.33138.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 203 (79.69% from 255) = 39.57%
BLUE value IS 103 (40.62% from 255) = 20.08%
R=40.35%
G=39.57%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720310300.020.500.1957.695260.78
HexCFCB670232133a343d
Octal317313147026223726475
Binary1100111111001011110011101011001010011111010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfcb67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfcb67; }

 p { color: rgb(207,203,103); }

 H1.HeaderClassName
 {
   color: #cfcb67;
 }
 .AnyTagClassName
 {
   color: #cfcb67;
 }
</style>
background-color css

<style>
 a { background-color: #cfcb67; }

 a { background-color: rgb(207,203,103); }

 div.DivClassName
 {
   background-color: #cfcb67;
 }
 .BgClassName
 {
   background-color: #cfcb67;
 }
</style>
border-color css

<style>
 span { border-color: #cfcb67; }

 span { border-color: rgb(207,203,103); }

 td.TdClassName
 {
   border-color: #cfcb67;
 }
 .TagClassName
 {
   border-color: #cfcb67;
 }
</style>