Html Css Color HEX #DCD5C8 White Pointer

📋 copy color: '#DCD5C8'

red 220 ◦ green 213 ◦ blue 200

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

Shades of White Pointer #DCD5C8

Tints of White Pointer #DCD5C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.6%

R = 34.76%
G = 33.65%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DCD5C8 (or 0xDCD5C8) is known color: White Pointer. HEX triplet: DC, D5 and C8. RGB value is (220,213,200). Sum of RGB (Red+Green+Blue) = 220+213+200=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5C8 is #232A37. Grayscale: #D5D5D5. Windows color (decimal): -2304568 or 13161948. OLE color: 13161948.

HSL color Cylindrical-coordinate representation of color #DCD5C8: hue angle of 39º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCD5C8 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 200 -
CMYK 0 0.03 0.09 0.14
HSL 39º 0.22% 0.82% -
HSV(B) 39º 0.09% 0.86% -
XYZ 63.73 66.97 64.21 -
YUV 213.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 220 213 200 0 0.03 0.09 0.14 39 0.22 0.82
Hex DC D5 C8 0 3 9 E 27 16 52
Octal 334 325 310 0 3 11 16 47 26 122
Binary 11011100 11010101 11001000 0 11 1001 1110 100111 10110 1010010

Color Harmonies of #DCD5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD5C8

Black with #DCD5C8

Text Example


Text Example

White with #DCD5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD5C8; }

 p { color: rgb(220,213,200); }

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

background-color css

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

 a { background-color: rgb(220,213,200); }

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

border-color css

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

 span { border-color: rgb(220,213,200); }

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