Html Css Color HEX #CED389 Deco

📋 copy color: '#CED389'

red 206 ◦ green 211 ◦ blue 137

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

Shades of Deco #CED389

Tints of Deco #CED389

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.09%

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

R = 37.18%
G = 38.09%
B = 24.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#CED389 (or 0xCED389) is known color: Deco. HEX triplet: CE, D3 and 89. RGB value is (206,211,137). Sum of RGB (Red+Green+Blue) = 206+211+137=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 137 (53.91% from 255 or 24.73% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #CED389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED389 is #312C76. Grayscale: #C9C9C9. Windows color (decimal): -3222647 or 9032654. OLE color: 9032654.

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

Color convert

RGB 206 211 137 -
CMYK 0.02 0 0.35 0.17
HSL 64.05º 0.46% 0.68% -
HSV(B) 64.05º 0.35% 0.83% -
XYZ 53.26 61.52 32.73 -
YUV 201.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 206 211 137 0.02 0 0.35 0.17 64.05 0.46 0.68
Hex CE D3 89 2 0 23 11 40 2E 44
Octal 316 323 211 2 0 43 21 100 56 104
Binary 11001110 11010011 10001001 10 0 100011 10001 1000000 101110 1000100

Color Harmonies of #CED389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED389

Black with #CED389

Text Example


Text Example

White with #CED389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED389; }

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

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

background-color css

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

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

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

border-color css

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

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

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