Html Css Color HEX #CECD6F Goldenrod

📋 copy color: '#CECD6F'

red 206 ◦ green 205 ◦ blue 111

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

Shades of Goldenrod #CECD6F

Tints of Goldenrod #CECD6F

RGB

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

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

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

R = 39.46%
G = 39.27%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CECD6F (or 0xCECD6F) is known color: Goldenrod. HEX triplet: CE, CD and 6F. RGB value is (206,205,111). Sum of RGB (Red+Green+Blue) = 206+205+111=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 111 (43.75% from 255 or 21.26% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD6F is #313290. Grayscale: #C2C2C2. Windows color (decimal): -3224209 or 7327182. OLE color: 7327182.

HSL color Cylindrical-coordinate representation of color #CECD6F: hue angle of 59.37º 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 #CECD6F is Cyan = 0, Magento = 0.00, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 205 111 -
CMYK 0 0.00 0.46 0.19
HSL 59.37º 0.49% 0.62% -
HSV(B) 59.37º 0.46% 0.81% -
XYZ 50.15 57.93 23.58 -
YUV 194.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 206 205 111 0 0.00 0.46 0.19 59.37 0.49 0.62
Hex CE CD 6F 0 0 2E 13 3B 31 3E
Octal 316 315 157 0 0 56 23 73 61 76
Binary 11001110 11001101 1101111 0 0 101110 10011 111011 110001 111110

Color Harmonies of #CECD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECD6F

Black with #CECD6F

Text Example


Text Example

White with #CECD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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