Html Css Color HEX #CED589 Deco

📋 copy color: '#CED589'

red 206 ◦ green 213 ◦ blue 137

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

Shades of Deco #CED589

Tints of Deco #CED589

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.31%

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

R = 37.05%
G = 38.31%
B = 24.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#CED589 (or 0xCED589) is known color: Deco. HEX triplet: CE, D5 and 89. RGB value is (206,213,137). Sum of RGB (Red+Green+Blue) = 206+213+137=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 137 (53.91% from 255 or 24.64% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #CED589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED589 is #312A76. Grayscale: #CACACA. Windows color (decimal): -3222135 or 9033166. OLE color: 9033166.

HSL color Cylindrical-coordinate representation of color #CED589: hue angle of 65.53º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CED589 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 137 -
CMYK 0.03 0 0.36 0.16
HSL 65.53º 0.48% 0.69% -
HSV(B) 65.53º 0.36% 0.84% -
XYZ 53.76 62.52 32.9 -
YUV 202.24 91.18 130.68 -
System Red Green Blue C M Y K H S L
Decimal 206 213 137 0.03 0 0.36 0.16 65.53 0.48 0.69
Hex CE D5 89 3 0 24 10 42 30 45
Octal 316 325 211 3 0 44 20 102 60 105
Binary 11001110 11010101 10001001 11 0 100100 10000 1000010 110000 1000101

Color Harmonies of #CED589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED589

Black with #CED589

Text Example


Text Example

White with #CED589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED589; }

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

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

background-color css

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

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

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

border-color css

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

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

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