Html Css Color HEX #CED966 Goldenrod

📋 copy color: '#CED966'

red 206 ◦ green 217 ◦ blue 102

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

Shades of Goldenrod #CED966

Tints of Goldenrod #CED966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.33%

 BLUE value IS 102 (40.23% from 255) = 19.43%

R = 39.24%
G = 41.33%
B = 19.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CED966 (or 0xCED966) is known color: Goldenrod. HEX triplet: CE, D9 and 66. RGB value is (206,217,102). Sum of RGB (Red+Green+Blue) = 206+217+102=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #CED966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED966 is #312699. Grayscale: #C9C9C9. Windows color (decimal): -3221146 or 6740430. OLE color: 6740430.

HSL color Cylindrical-coordinate representation of color #CED966: hue angle of 65.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CED966 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 102 -
CMYK 0.05 0 0.53 0.15
HSL 65.74º 0.6% 0.63% -
HSV(B) 65.74º 0.53% 0.85% -
XYZ 52.66 63.71 22.09 -
YUV 200.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 206 217 102 0.05 0 0.53 0.15 65.74 0.6 0.63
Hex CE D9 66 5 0 35 F 42 3C 3F
Octal 316 331 146 5 0 65 17 102 74 77
Binary 11001110 11011001 1100110 101 0 110101 1111 1000010 111100 111111

Color Harmonies of #CED966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED966

Black with #CED966

Text Example


Text Example

White with #CED966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED966; }

 p { color: rgb(206,217,102); }

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

background-color css

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

 a { background-color: rgb(206,217,102); }

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

border-color css

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

 span { border-color: rgb(206,217,102); }

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