Html Css Color HEX #D8B283 Calico

📋 copy color: '#D8B283'

red 216 ◦ green 178 ◦ blue 131

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

Shades of Calico #D8B283

Tints of Calico #D8B283

RGB

 RED value IS 216 (84.77% from 255) = 41.14%

 GREEN value IS 178 (69.92% from 255) = 33.9%

 BLUE value IS 131 (51.56% from 255) = 24.95%

R = 41.14%
G = 33.9%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8B283 (or 0xD8B283) is known color: Calico. HEX triplet: D8, B2 and 83. RGB value is (216,178,131). Sum of RGB (Red+Green+Blue) = 216+178+131=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B283 is #274D7C. Grayscale: #B8B8B8. Windows color (decimal): -2575741 or 8631000. OLE color: 8631000.

HSL color Cylindrical-coordinate representation of color #D8B283: hue angle of 33.18º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8B283 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 178 131 -
CMYK 0 0.18 0.39 0.15
HSL 33.18º 0.52% 0.68% -
HSV(B) 33.18º 0.39% 0.85% -
XYZ 48.34 48.08 28.21 -
YUV 184 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 216 178 131 0 0.18 0.39 0.15 33.18 0.52 0.68
Hex D8 B2 83 0 12 27 F 21 34 44
Octal 330 262 203 0 22 47 17 41 64 104
Binary 11011000 10110010 10000011 0 10010 100111 1111 100001 110100 1000100

Color Harmonies of #D8B283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B283

Black with #D8B283

Text Example


Text Example

White with #D8B283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B283; }

 p { color: rgb(216,178,131); }

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

background-color css

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

 a { background-color: rgb(216,178,131); }

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

border-color css

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

 span { border-color: rgb(216,178,131); }

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