Html Css Color HEX #CED16C Goldenrod

📋 copy color: '#CED16C'

red 206 ◦ green 209 ◦ blue 108

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

Shades of Goldenrod #CED16C

Tints of Goldenrod #CED16C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.96%

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

R = 39.39%
G = 39.96%
B = 20.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#CED16C (or 0xCED16C) is known color: Goldenrod. HEX triplet: CE, D1 and 6C. RGB value is (206,209,108). Sum of RGB (Red+Green+Blue) = 206+209+108=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #CED16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED16C is #312E93. Grayscale: #C4C4C4. Windows color (decimal): -3223188 or 7131598. OLE color: 7131598.

HSL color Cylindrical-coordinate representation of color #CED16C: hue angle of 61.78º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CED16C is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 209 108 -
CMYK 0.01 0 0.48 0.18
HSL 61.78º 0.52% 0.62% -
HSV(B) 61.78º 0.48% 0.82% -
XYZ 50.96 59.81 23.05 -
YUV 196.59 78.01 134.71 -
System Red Green Blue C M Y K H S L
Decimal 206 209 108 0.01 0 0.48 0.18 61.78 0.52 0.62
Hex CE D1 6C 1 0 30 12 3E 34 3E
Octal 316 321 154 1 0 60 22 76 64 76
Binary 11001110 11010001 1101100 1 0 110000 10010 111110 110100 111110

Color Harmonies of #CED16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED16C

Black with #CED16C

Text Example


Text Example

White with #CED16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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