Html Css Color HEX #D4D0AD White Rock

📋 copy color: '#D4D0AD'

red 212 ◦ green 208 ◦ blue 173

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

Shades of White Rock #D4D0AD

Tints of White Rock #D4D0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.17%

R = 35.75%
G = 35.08%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D4D0AD (or 0xD4D0AD) is known color: White Rock. HEX triplet: D4, D0 and AD. RGB value is (212,208,173). Sum of RGB (Red+Green+Blue) = 212+208+173=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D0AD is #2B2F52. Grayscale: #CDCDCD. Windows color (decimal): -2830163 or 11391188. OLE color: 11391188.

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

Color convert

RGB 212 208 173 -
CMYK 0 0.02 0.18 0.17
HSL 53.85º 0.31% 0.75% -
HSV(B) 53.85º 0.18% 0.83% -
XYZ 57.25 62.13 48.51 -
YUV 205.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 212 208 173 0 0.02 0.18 0.17 53.85 0.31 0.75
Hex D4 D0 AD 0 2 12 11 36 1F 4B
Octal 324 320 255 0 2 22 21 66 37 113
Binary 11010100 11010000 10101101 0 10 10010 10001 110110 11111 1001011

Color Harmonies of #D4D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D0AD

Black with #D4D0AD

Text Example


Text Example

White with #D4D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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