Html Css Color HEX #D8D0AF White Rock

📋 copy color: '#D8D0AF'

red 216 ◦ green 208 ◦ blue 175

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

Shades of White Rock #D8D0AF

Tints of White Rock #D8D0AF

RGB

 RED value IS 216 (84.77% from 255) = 36.06%

 GREEN value IS 208 (81.64% from 255) = 34.72%

 BLUE value IS 175 (68.75% from 255) = 29.22%

R = 36.06%
G = 34.72%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D8D0AF (or 0xD8D0AF) is known color: White Rock. HEX triplet: D8, D0 and AF. RGB value is (216,208,175). Sum of RGB (Red+Green+Blue) = 216+208+175=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D0AF is #272F50. Grayscale: #CECECE. Windows color (decimal): -2568017 or 11522264. OLE color: 11522264.

HSL color Cylindrical-coordinate representation of color #D8D0AF: hue angle of 48.29º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8D0AF is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 175 -
CMYK 0 0.04 0.19 0.15
HSL 48.29º 0.34% 0.77% -
HSV(B) 48.29º 0.19% 0.85% -
XYZ 58.61 62.81 49.59 -
YUV 206.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 216 208 175 0 0.04 0.19 0.15 48.29 0.34 0.77
Hex D8 D0 AF 0 4 13 F 30 22 4D
Octal 330 320 257 0 4 23 17 60 42 115
Binary 11011000 11010000 10101111 0 100 10011 1111 110000 100010 1001101

Color Harmonies of #D8D0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D0AF

Black with #D8D0AF

Text Example


Text Example

White with #D8D0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D0AF; }

 p { color: rgb(216,208,175); }

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

background-color css

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

 a { background-color: rgb(216,208,175); }

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

border-color css

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

 span { border-color: rgb(216,208,175); }

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