Html Css Color HEX #D5CE80 Deco

📋 copy color: '#D5CE80'

red 213 ◦ green 206 ◦ blue 128

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

Shades of Deco #D5CE80

Tints of Deco #D5CE80

RGB

 RED value IS 213 (83.59% from 255) = 38.94%

 GREEN value IS 206 (80.86% from 255) = 37.66%

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 38.94%
G = 37.66%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5CE80 (or 0xD5CE80) is known color: Deco. HEX triplet: D5, CE and 80. RGB value is (213,206,128). Sum of RGB (Red+Green+Blue) = 213+206+128=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE80 is #2A317F. Grayscale: #C7C7C7. Windows color (decimal): -2765184 or 8441557. OLE color: 8441557.

HSL color Cylindrical-coordinate representation of color #D5CE80: hue angle of 55.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5CE80 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 128 -
CMYK 0 0.03 0.40 0.16
HSL 55.06º 0.5% 0.67% -
HSV(B) 55.06º 0.4% 0.84% -
XYZ 53.41 59.85 29.16 -
YUV 199.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 213 206 128 0 0.03 0.40 0.16 55.06 0.5 0.67
Hex D5 CE 80 0 3 28 10 37 32 43
Octal 325 316 200 0 3 50 20 67 62 103
Binary 11010101 11001110 10000000 0 11 101000 10000 110111 110010 1000011

Color Harmonies of #D5CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE80

Black with #D5CE80

Text Example


Text Example

White with #D5CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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