Html Css Color HEX #CED289 Deco

📋 copy color: '#CED289'

red 206 ◦ green 210 ◦ blue 137

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

Shades of Deco #CED289

Tints of Deco #CED289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.77%

R = 37.25%
G = 37.97%
B = 24.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#CED289 (or 0xCED289) is known color: Deco. HEX triplet: CE, D2 and 89. RGB value is (206,210,137). Sum of RGB (Red+Green+Blue) = 206+210+137=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #CED289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED289 is #312D76. Grayscale: #C8C8C8. Windows color (decimal): -3222903 or 9032398. OLE color: 9032398.

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

Color convert

RGB 206 210 137 -
CMYK 0.02 0 0.35 0.18
HSL 63.29º 0.45% 0.68% -
HSV(B) 63.29º 0.35% 0.82% -
XYZ 53.02 61.02 32.65 -
YUV 200.48 92.17 131.94 -
System Red Green Blue C M Y K H S L
Decimal 206 210 137 0.02 0 0.35 0.18 63.29 0.45 0.68
Hex CE D2 89 2 0 23 12 3F 2D 44
Octal 316 322 211 2 0 43 22 77 55 104
Binary 11001110 11010010 10001001 10 0 100011 10010 111111 101101 1000100

Color Harmonies of #CED289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED289

Black with #CED289

Text Example


Text Example

White with #CED289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED289; }

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

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

background-color css

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

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

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

border-color css

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

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

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