Html Css Color HEX #DCD6C9 White Pointer

📋 copy color: '#DCD6C9'

red 220 ◦ green 214 ◦ blue 201

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

Shades of White Pointer #DCD6C9

Tints of White Pointer #DCD6C9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.7%

 BLUE value IS 201 (78.91% from 255) = 31.65%

R = 34.65%
G = 33.7%
B = 31.65%

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

#DCD6C9 (or 0xDCD6C9) is known color: White Pointer. HEX triplet: DC, D6 and C9. RGB value is (220,214,201). Sum of RGB (Red+Green+Blue) = 220+214+201=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6C9 is #232936. Grayscale: #D6D6D6. Windows color (decimal): -2304311 or 13227740. OLE color: 13227740.

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

Color convert

RGB 220 214 201 -
CMYK 0 0.03 0.09 0.14
HSL 41.05º 0.21% 0.83% -
HSV(B) 41.05º 0.09% 0.86% -
XYZ 64.1 67.53 64.91 -
YUV 214.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 220 214 201 0 0.03 0.09 0.14 41.05 0.21 0.83
Hex DC D6 C9 0 3 9 E 29 15 53
Octal 334 326 311 0 3 11 16 51 25 123
Binary 11011100 11010110 11001001 0 11 1001 1110 101001 10101 1010011

Color Harmonies of #DCD6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD6C9

Black with #DCD6C9

Text Example


Text Example

White with #DCD6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD6C9; }

 p { color: rgb(220,214,201); }

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

background-color css

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

 a { background-color: rgb(220,214,201); }

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

border-color css

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

 span { border-color: rgb(220,214,201); }

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