Html Css Color HEX #D7D0AC White Rock

📋 copy color: '#D7D0AC'

red 215 ◦ green 208 ◦ blue 172

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

Shades of White Rock #D7D0AC

Tints of White Rock #D7D0AC

RGB

 RED value IS 215 (84.38% from 255) = 36.13%

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

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

R = 36.13%
G = 34.96%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.2

 K value IS 0.16

RGB Variations

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

Color information

#D7D0AC (or 0xD7D0AC) is known color: White Rock. HEX triplet: D7, D0 and AC. RGB value is (215,208,172). Sum of RGB (Red+Green+Blue) = 215+208+172=595 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.13% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 172 (67.58% from 255 or 28.91% from 595); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D0AC is #282F53. Grayscale: #CECECE. Windows color (decimal): -2633556 or 11325655. OLE color: 11325655.

HSL color Cylindrical-coordinate representation of color #D7D0AC: hue angle of 50.23º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7D0AC is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 172 -
CMYK 0 0.03 0.2 0.16
HSL 50.23º 0.35% 0.76% -
HSV(B) 50.23º 0.2% 0.84% -
XYZ 58.03 62.54 48.04 -
YUV 205.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 215 208 172 0 0.03 0.2 0.16 50.23 0.35 0.76
Hex D7 D0 AC 0 3 14 10 32 23 4C
Octal 327 320 254 0 3 24 20 62 43 114
Binary 11010111 11010000 10101100 0 11 10100 10000 110010 100011 1001100

Color Harmonies of #D7D0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D0AC

Black with #D7D0AC

Text Example


Text Example

White with #D7D0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D0AC; }

 p { color: rgb(215,208,172); }

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

background-color css

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

 a { background-color: rgb(215,208,172); }

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

border-color css

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

 span { border-color: rgb(215,208,172); }

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