Html Css Color HEX #CED269 Goldenrod

📋 copy color: '#CED269'

red 206 ◦ green 210 ◦ blue 105

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

Shades of Goldenrod #CED269

Tints of Goldenrod #CED269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.15%

R = 39.54%
G = 40.31%
B = 20.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#CED269 (or 0xCED269) is known color: Goldenrod. HEX triplet: CE, D2 and 69. RGB value is (206,210,105). Sum of RGB (Red+Green+Blue) = 206+210+105=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 105 (41.41% from 255 or 20.15% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #CED269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED269 is #312D96. Grayscale: #C5C5C5. Windows color (decimal): -3222935 or 6935246. OLE color: 6935246.

HSL color Cylindrical-coordinate representation of color #CED269: hue angle of 62.29º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CED269 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 105 -
CMYK 0.02 0 0.50 0.18
HSL 62.29º 0.54% 0.62% -
HSV(B) 62.29º 0.5% 0.82% -
XYZ 51.05 60.23 22.3 -
YUV 196.83 76.17 134.54 -
System Red Green Blue C M Y K H S L
Decimal 206 210 105 0.02 0 0.50 0.18 62.29 0.54 0.62
Hex CE D2 69 2 0 32 12 3E 36 3E
Octal 316 322 151 2 0 62 22 76 66 76
Binary 11001110 11010010 1101001 10 0 110010 10010 111110 110110 111110

Color Harmonies of #CED269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED269

Black with #CED269

Text Example


Text Example

White with #CED269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED269; }

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

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

background-color css

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

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

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

border-color css

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

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

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