Html Css Color HEX #CED96A Goldenrod

📋 copy color: '#CED96A'

red 206 ◦ green 217 ◦ blue 106

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

Shades of Goldenrod #CED96A

Tints of Goldenrod #CED96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.04%

R = 38.94%
G = 41.02%
B = 20.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#CED96A (or 0xCED96A) is known color: Goldenrod. HEX triplet: CE, D9 and 6A. RGB value is (206,217,106). Sum of RGB (Red+Green+Blue) = 206+217+106=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #CED96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED96A is #312695. Grayscale: #C9C9C9. Windows color (decimal): -3221142 or 7002574. OLE color: 7002574.

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

Color convert

RGB 206 217 106 -
CMYK 0.05 0 0.51 0.15
HSL 65.95º 0.59% 0.63% -
HSV(B) 65.95º 0.51% 0.85% -
XYZ 52.87 63.79 23.16 -
YUV 201.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 206 217 106 0.05 0 0.51 0.15 65.95 0.59 0.63
Hex CE D9 6A 5 0 33 F 42 3B 3F
Octal 316 331 152 5 0 63 17 102 73 77
Binary 11001110 11011001 1101010 101 0 110011 1111 1000010 111011 111111

Color Harmonies of #CED96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED96A

Black with #CED96A

Text Example


Text Example

White with #CED96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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