Html Css Color HEX #CED26D Goldenrod

📋 copy color: '#CED26D'

red 206 ◦ green 210 ◦ blue 109

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

Shades of Goldenrod #CED26D

Tints of Goldenrod #CED26D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40%

 BLUE value IS 109 (42.97% from 255) = 20.76%

R = 39.24%
G = 40%
B = 20.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#CED26D (or 0xCED26D) is known color: Goldenrod. HEX triplet: CE, D2 and 6D. RGB value is (206,210,109). Sum of RGB (Red+Green+Blue) = 206+210+109=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #CED26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED26D is #312D92. Grayscale: #C5C5C5. Windows color (decimal): -3222931 or 7197390. OLE color: 7197390.

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

Color convert

RGB 206 210 109 -
CMYK 0.02 0 0.48 0.18
HSL 62.38º 0.53% 0.63% -
HSV(B) 62.38º 0.48% 0.82% -
XYZ 51.26 60.32 23.41 -
YUV 197.29 78.17 134.21 -
System Red Green Blue C M Y K H S L
Decimal 206 210 109 0.02 0 0.48 0.18 62.38 0.53 0.63
Hex CE D2 6D 2 0 30 12 3E 35 3F
Octal 316 322 155 2 0 60 22 76 65 77
Binary 11001110 11010010 1101101 10 0 110000 10010 111110 110101 111111

Color Harmonies of #CED26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED26D

Black with #CED26D

Text Example


Text Example

White with #CED26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED26D; }

 p { color: rgb(206,210,109); }

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

background-color css

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

 a { background-color: rgb(206,210,109); }

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

border-color css

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

 span { border-color: rgb(206,210,109); }

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