Html Css Color HEX #D7D3B3 White Rock

📋 copy color: '#D7D3B3'

red 215 ◦ green 211 ◦ blue 179

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

Shades of White Rock #D7D3B3

Tints of White Rock #D7D3B3

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.88%

 BLUE value IS 179 (70.31% from 255) = 29.59%

R = 35.54%
G = 34.88%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D7D3B3 (or 0xD7D3B3) is known color: White Rock. HEX triplet: D7, D3 and B3. RGB value is (215,211,179). Sum of RGB (Red+Green+Blue) = 215+211+179=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D3B3 is #282C4C. Grayscale: #D0D0D0. Windows color (decimal): -2632781 or 11785175. OLE color: 11785175.

HSL color Cylindrical-coordinate representation of color #D7D3B3: hue angle of 53.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7D3B3 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 211 179 -
CMYK 0 0.02 0.17 0.16
HSL 53.33º 0.31% 0.77% -
HSV(B) 53.33º 0.17% 0.84% -
XYZ 59.46 64.29 51.92 -
YUV 208.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 215 211 179 0 0.02 0.17 0.16 53.33 0.31 0.77
Hex D7 D3 B3 0 2 11 10 35 1F 4D
Octal 327 323 263 0 2 21 20 65 37 115
Binary 11010111 11010011 10110011 0 10 10001 10000 110101 11111 1001101

Color Harmonies of #D7D3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D3B3

Black with #D7D3B3

Text Example


Text Example

White with #D7D3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D3B3; }

 p { color: rgb(215,211,179); }

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

background-color css

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

 a { background-color: rgb(215,211,179); }

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

border-color css

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

 span { border-color: rgb(215,211,179); }

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