Html Css Color HEX #D4D0BB White Rock

📋 copy color: '#D4D0BB'

red 212 ◦ green 208 ◦ blue 187

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

Shades of White Rock #D4D0BB

Tints of White Rock #D4D0BB

RGB

 RED value IS 212 (83.2% from 255) = 34.93%

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

 BLUE value IS 187 (73.44% from 255) = 30.81%

R = 34.93%
G = 34.27%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4D0BB (or 0xD4D0BB) is known color: White Rock. HEX triplet: D4, D0 and BB. RGB value is (212,208,187). Sum of RGB (Red+Green+Blue) = 212+208+187=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0BB is #2B2F44. Grayscale: #CECECE. Windows color (decimal): -2830149 or 12308692. OLE color: 12308692.

HSL color Cylindrical-coordinate representation of color #D4D0BB: hue angle of 50.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4D0BB is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 208 187 -
CMYK 0 0.02 0.12 0.17
HSL 50.4º 0.23% 0.78% -
HSV(B) 50.4º 0.12% 0.83% -
XYZ 58.68 62.7 56.02 -
YUV 206.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 212 208 187 0 0.02 0.12 0.17 50.4 0.23 0.78
Hex D4 D0 BB 0 2 C 11 32 17 4E
Octal 324 320 273 0 2 14 21 62 27 116
Binary 11010100 11010000 10111011 0 10 1100 10001 110010 10111 1001110

Color Harmonies of #D4D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D0BB

Black with #D4D0BB

Text Example


Text Example

White with #D4D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D0BB; }

 p { color: rgb(212,208,187); }

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

background-color css

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

 a { background-color: rgb(212,208,187); }

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

border-color css

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

 span { border-color: rgb(212,208,187); }

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