Html Css Color HEX #D6D3B3 White Rock

📋 copy color: '#D6D3B3'

red 214 ◦ green 211 ◦ blue 179

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

Shades of White Rock #D6D3B3

Tints of White Rock #D6D3B3

RGB

 RED value IS 214 (83.98% from 255) = 35.43%

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

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

R = 35.43%
G = 34.93%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6D3B3 (or 0xD6D3B3) is known color: White Rock. HEX triplet: D6, D3 and B3. RGB value is (214,211,179). Sum of RGB (Red+Green+Blue) = 214+211+179=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3B3 is #292C4C. Grayscale: #D0D0D0. Windows color (decimal): -2698317 or 11785174. OLE color: 11785174.

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

Color convert

RGB 214 211 179 -
CMYK 0 0.01 0.16 0.16
HSL 54.86º 0.3% 0.77% -
HSV(B) 54.86º 0.16% 0.84% -
XYZ 59.16 64.14 51.91 -
YUV 208.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 214 211 179 0 0.01 0.16 0.16 54.86 0.3 0.77
Hex D6 D3 B3 0 1 10 10 37 1E 4D
Octal 326 323 263 0 1 20 20 67 36 115
Binary 11010110 11010011 10110011 0 1 10000 10000 110111 11110 1001101

Color Harmonies of #D6D3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D3B3

Black with #D6D3B3

Text Example


Text Example

White with #D6D3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D3B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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