Html Css Color HEX #D2CE88 Deco

📋 copy color: '#D2CE88'

red 210 ◦ green 206 ◦ blue 136

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

Shades of Deco #D2CE88

Tints of Deco #D2CE88

RGB

 RED value IS 210 (82.42% from 255) = 38.04%

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

 BLUE value IS 136 (53.52% from 255) = 24.64%

R = 38.04%
G = 37.32%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D2CE88 (or 0xD2CE88) is known color: Deco. HEX triplet: D2, CE and 88. RGB value is (210,206,136). Sum of RGB (Red+Green+Blue) = 210+206+136=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 136 (53.52% from 255 or 24.64% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CE88 is #2D3177. Grayscale: #C7C7C7. Windows color (decimal): -2961784 or 8965842. OLE color: 8965842.

HSL color Cylindrical-coordinate representation of color #D2CE88: hue angle of 56.76º 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 #D2CE88 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 206 136 -
CMYK 0 0.02 0.35 0.18
HSL 56.76º 0.45% 0.68% -
HSV(B) 56.76º 0.35% 0.82% -
XYZ 53.09 59.62 32 -
YUV 199.22 92.33 135.69 -
System Red Green Blue C M Y K H S L
Decimal 210 206 136 0 0.02 0.35 0.18 56.76 0.45 0.68
Hex D2 CE 88 0 2 23 12 39 2D 44
Octal 322 316 210 0 2 43 22 71 55 104
Binary 11010010 11001110 10001000 0 10 100011 10010 111001 101101 1000100

Color Harmonies of #D2CE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CE88

Black with #D2CE88

Text Example


Text Example

White with #D2CE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CE88; }

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

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

background-color css

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

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

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

border-color css

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

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

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