Html Css Color HEX #D4B088 Calico

📋 copy color: '#D4B088'

red 212 ◦ green 176 ◦ blue 136

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

Shades of Calico #D4B088

Tints of Calico #D4B088

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 136 (53.52% from 255) = 25.95%

R = 40.46%
G = 33.59%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D4B088 (or 0xD4B088) is known color: Calico. HEX triplet: D4, B0 and 88. RGB value is (212,176,136). Sum of RGB (Red+Green+Blue) = 212+176+136=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B088 is #2B4F77. Grayscale: #B6B6B6. Windows color (decimal): -2838392 or 8958164. OLE color: 8958164.

HSL color Cylindrical-coordinate representation of color #D4B088: hue angle of 31.58º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4B088 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 136 -
CMYK 0 0.17 0.36 0.17
HSL 31.58º 0.47% 0.68% -
HSV(B) 31.58º 0.36% 0.83% -
XYZ 47.12 46.83 29.85 -
YUV 182.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 212 176 136 0 0.17 0.36 0.17 31.58 0.47 0.68
Hex D4 B0 88 0 11 24 11 20 2F 44
Octal 324 260 210 0 21 44 21 40 57 104
Binary 11010100 10110000 10001000 0 10001 100100 10001 100000 101111 1000100

Color Harmonies of #D4B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B088

Black with #D4B088

Text Example


Text Example

White with #D4B088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B088; }

 p { color: rgb(212,176,136); }

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

background-color css

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

 a { background-color: rgb(212,176,136); }

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

border-color css

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

 span { border-color: rgb(212,176,136); }

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