Html Css Color HEX #CED96C Goldenrod

📋 copy color: '#CED96C'

red 206 ◦ green 217 ◦ blue 108

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

Shades of Goldenrod #CED96C

Tints of Goldenrod #CED96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.34%

R = 38.79%
G = 40.87%
B = 20.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#CED96C (or 0xCED96C) is known color: Goldenrod. HEX triplet: CE, D9 and 6C. RGB value is (206,217,108). Sum of RGB (Red+Green+Blue) = 206+217+108=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 217 - color contains mainly: green. Hex color #CED96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED96C is #312693. Grayscale: #C9C9C9. Windows color (decimal): -3221140 or 7133646. OLE color: 7133646.

HSL color Cylindrical-coordinate representation of color #CED96C: hue angle of 66.06º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED96C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 108 -
CMYK 0.05 0 0.50 0.15
HSL 66.06º 0.59% 0.64% -
HSV(B) 66.06º 0.5% 0.85% -
XYZ 52.97 63.83 23.72 -
YUV 201.29 75.36 131.36 -
System Red Green Blue C M Y K H S L
Decimal 206 217 108 0.05 0 0.50 0.15 66.06 0.59 0.64
Hex CE D9 6C 5 0 32 F 42 3B 40
Octal 316 331 154 5 0 62 17 102 73 100
Binary 11001110 11011001 1101100 101 0 110010 1111 1000010 111011 1000000

Color Harmonies of #CED96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED96C

Black with #CED96C

Text Example


Text Example

White with #CED96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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