Html Css Color HEX #D5CDAB White Rock

📋 copy color: '#D5CDAB'

red 213 ◦ green 205 ◦ blue 171

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

Shades of White Rock #D5CDAB

Tints of White Rock #D5CDAB

RGB

 RED value IS 213 (83.59% from 255) = 36.16%

 GREEN value IS 205 (80.47% from 255) = 34.8%

 BLUE value IS 171 (67.19% from 255) = 29.03%

R = 36.16%
G = 34.8%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5CDAB (or 0xD5CDAB) is known color: White Rock. HEX triplet: D5, CD and AB. RGB value is (213,205,171). Sum of RGB (Red+Green+Blue) = 213+205+171=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CDAB is #2A3254. Grayscale: #CBCBCB. Windows color (decimal): -2765397 or 11259349. OLE color: 11259349.

HSL color Cylindrical-coordinate representation of color #D5CDAB: hue angle of 48.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CDAB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 205 171 -
CMYK 0 0.04 0.20 0.16
HSL 48.57º 0.33% 0.75% -
HSV(B) 48.57º 0.2% 0.84% -
XYZ 56.62 60.75 47.27 -
YUV 203.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 213 205 171 0 0.04 0.20 0.16 48.57 0.33 0.75
Hex D5 CD AB 0 4 14 10 31 21 4B
Octal 325 315 253 0 4 24 20 61 41 113
Binary 11010101 11001101 10101011 0 100 10100 10000 110001 100001 1001011

Color Harmonies of #D5CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDAB

Black with #D5CDAB

Text Example


Text Example

White with #D5CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDAB; }

 p { color: rgb(213,205,171); }

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

background-color css

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

 a { background-color: rgb(213,205,171); }

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

border-color css

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

 span { border-color: rgb(213,205,171); }

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