Html Css Color HEX #DCD7BC Coconut Cream

📋 copy color: '#DCD7BC'

red 220 ◦ green 215 ◦ blue 188

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

Shades of Coconut Cream #DCD7BC

Tints of Coconut Cream #DCD7BC

RGB

 RED value IS 220 (86.33% from 255) = 35.31%

 GREEN value IS 215 (84.38% from 255) = 34.51%

 BLUE value IS 188 (73.83% from 255) = 30.18%

R = 35.31%
G = 34.51%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCD7BC (or 0xDCD7BC) is known color: Coconut Cream. HEX triplet: DC, D7 and BC. RGB value is (220,215,188). Sum of RGB (Red+Green+Blue) = 220+215+188=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7BC is #232843. Grayscale: #D5D5D5. Windows color (decimal): -2304068 or 12376028. OLE color: 12376028.

HSL color Cylindrical-coordinate representation of color #DCD7BC: hue angle of 50.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCD7BC is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 188 -
CMYK 0 0.02 0.15 0.14
HSL 50.63º 0.31% 0.8% -
HSV(B) 50.63º 0.15% 0.86% -
XYZ 62.89 67.45 57.28 -
YUV 213.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 220 215 188 0 0.02 0.15 0.14 50.63 0.31 0.8
Hex DC D7 BC 0 2 F E 33 1F 50
Octal 334 327 274 0 2 17 16 63 37 120
Binary 11011100 11010111 10111100 0 10 1111 1110 110011 11111 1010000

Color Harmonies of #DCD7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD7BC

Black with #DCD7BC

Text Example


Text Example

White with #DCD7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD7BC; }

 p { color: rgb(220,215,188); }

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

background-color css

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

 a { background-color: rgb(220,215,188); }

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

border-color css

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

 span { border-color: rgb(220,215,188); }

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