Html Css Color HEX #CFCD6E Goldenrod

📋 copy color: '#CFCD6E'

red 207 ◦ green 205 ◦ blue 110

#CFCD6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CFCD6E

Tints of Goldenrod #CFCD6E

RGB

 RED value IS 207 (81.25% from 255) = 39.66%

 GREEN value IS 205 (80.47% from 255) = 39.27%

 BLUE value IS 110 (43.36% from 255) = 21.07%

R = 39.66%
G = 39.27%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFCD6E (or 0xCFCD6E) is known color: Goldenrod. HEX triplet: CF, CD and 6E. RGB value is (207,205,110). Sum of RGB (Red+Green+Blue) = 207+205+110=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD6E is #303291. Grayscale: #C3C3C3. Windows color (decimal): -3158674 or 7261647. OLE color: 7261647.

HSL color Cylindrical-coordinate representation of color #CFCD6E: hue angle of 58.76º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFCD6E is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 205 110 -
CMYK 0 0.01 0.47 0.19
HSL 58.76º 0.5% 0.62% -
HSV(B) 58.76º 0.47% 0.81% -
XYZ 50.38 58.05 23.3 -
YUV 194.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 207 205 110 0 0.01 0.47 0.19 58.76 0.5 0.62
Hex CF CD 6E 0 1 2F 13 3B 32 3E
Octal 317 315 156 0 1 57 23 73 62 76
Binary 11001111 11001101 1101110 0 1 101111 10011 111011 110010 111110

Color Harmonies of #CFCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCD6E

Black with #CFCD6E

Text Example


Text Example

White with #CFCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCD6E; }

 p { color: rgb(207,205,110); }

 H1.HeaderClassName
 {
   color: #CFCD6E;
 }
 .AnyTagClassName
 {
   color: #CFCD6E;
 }
</style>

background-color css

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

 a { background-color: rgb(207,205,110); }

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

border-color css

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

 span { border-color: rgb(207,205,110); }

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