Html Css Color HEX #CECC6F Goldenrod

📋 copy color: '#CECC6F'

red 206 ◦ green 204 ◦ blue 111

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

Shades of Goldenrod #CECC6F

Tints of Goldenrod #CECC6F

RGB

 RED value IS 206 (80.86% from 255) = 39.54%

 GREEN value IS 204 (80.08% from 255) = 39.16%

 BLUE value IS 111 (43.75% from 255) = 21.31%

R = 39.54%
G = 39.16%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CECC6F (or 0xCECC6F) is known color: Goldenrod. HEX triplet: CE, CC and 6F. RGB value is (206,204,111). Sum of RGB (Red+Green+Blue) = 206+204+111=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECC6F is #313390. Grayscale: #C2C2C2. Windows color (decimal): -3224465 or 7326926. OLE color: 7326926.

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

Color convert

RGB 206 204 111 -
CMYK 0 0.01 0.46 0.19
HSL 58.74º 0.49% 0.62% -
HSV(B) 58.74º 0.46% 0.81% -
XYZ 49.92 57.46 23.5 -
YUV 194 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 206 204 111 0 0.01 0.46 0.19 58.74 0.49 0.62
Hex CE CC 6F 0 1 2E 13 3B 31 3E
Octal 316 314 157 0 1 56 23 73 61 76
Binary 11001110 11001100 1101111 0 1 101110 10011 111011 110001 111110

Color Harmonies of #CECC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC6F

Black with #CECC6F

Text Example


Text Example

White with #CECC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC6F; }

 p { color: rgb(206,204,111); }

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

background-color css

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

 a { background-color: rgb(206,204,111); }

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

border-color css

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

 span { border-color: rgb(206,204,111); }

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