Html Css Color HEX #D5D2AC White Rock

📋 copy color: '#D5D2AC'

red 213 ◦ green 210 ◦ blue 172

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

Shades of White Rock #D5D2AC

Tints of White Rock #D5D2AC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.29%

 BLUE value IS 172 (67.58% from 255) = 28.91%

R = 35.8%
G = 35.29%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D5D2AC (or 0xD5D2AC) is known color: White Rock. HEX triplet: D5, D2 and AC. RGB value is (213,210,172). Sum of RGB (Red+Green+Blue) = 213+210+172=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D2AC is #2A2D53. Grayscale: #CECECE. Windows color (decimal): -2764116 or 11326165. OLE color: 11326165.

HSL color Cylindrical-coordinate representation of color #D5D2AC: hue angle of 55.61º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5D2AC is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 210 172 -
CMYK 0 0.01 0.19 0.16
HSL 55.61º 0.33% 0.75% -
HSV(B) 55.61º 0.19% 0.84% -
XYZ 57.93 63.22 48.18 -
YUV 206.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 213 210 172 0 0.01 0.19 0.16 55.61 0.33 0.75
Hex D5 D2 AC 0 1 13 10 38 21 4B
Octal 325 322 254 0 1 23 20 70 41 113
Binary 11010101 11010010 10101100 0 1 10011 10000 111000 100001 1001011

Color Harmonies of #D5D2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D2AC

Black with #D5D2AC

Text Example


Text Example

White with #D5D2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D2AC; }

 p { color: rgb(213,210,172); }

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

background-color css

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

 a { background-color: rgb(213,210,172); }

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

border-color css

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

 span { border-color: rgb(213,210,172); }

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