Html Css Color HEX #CED86A Goldenrod

📋 copy color: '#CED86A'

red 206 ◦ green 216 ◦ blue 106

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

Shades of Goldenrod #CED86A

Tints of Goldenrod #CED86A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.91%

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

R = 39.02%
G = 40.91%
B = 20.08%

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

#CED86A (or 0xCED86A) is known color: Goldenrod. HEX triplet: CE, D8 and 6A. RGB value is (206,216,106). Sum of RGB (Red+Green+Blue) = 206+216+106=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #CED86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED86A is #312795. Grayscale: #C8C8C8. Windows color (decimal): -3221398 or 7002318. OLE color: 7002318.

HSL color Cylindrical-coordinate representation of color #CED86A: hue angle of 65.45º 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 #CED86A is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 106 -
CMYK 0.05 0 0.51 0.15
HSL 65.45º 0.59% 0.63% -
HSV(B) 65.45º 0.51% 0.85% -
XYZ 52.61 63.27 23.08 -
YUV 200.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 206 216 106 0.05 0 0.51 0.15 65.45 0.59 0.63
Hex CE D8 6A 5 0 33 F 41 3B 3F
Octal 316 330 152 5 0 63 17 101 73 77
Binary 11001110 11011000 1101010 101 0 110011 1111 1000001 111011 111111

Color Harmonies of #CED86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED86A

Black with #CED86A

Text Example


Text Example

White with #CED86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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