Html Css Color HEX #DAB383 Calico

📋 copy color: '#DAB383'

red 218 ◦ green 179 ◦ blue 131

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

Shades of Calico #DAB383

Tints of Calico #DAB383

RGB

 RED value IS 218 (85.55% from 255) = 41.29%

 GREEN value IS 179 (70.31% from 255) = 33.9%

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

R = 41.29%
G = 33.9%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAB383 (or 0xDAB383) is known color: Calico. HEX triplet: DA, B3 and 83. RGB value is (218,179,131). Sum of RGB (Red+Green+Blue) = 218+179+131=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB383 is #254C7C. Grayscale: #B9B9B9. Windows color (decimal): -2444413 or 8631258. OLE color: 8631258.

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

Color convert

RGB 218 179 131 -
CMYK 0 0.18 0.40 0.15
HSL 33.1º 0.54% 0.68% -
HSV(B) 33.1º 0.4% 0.85% -
XYZ 49.13 48.78 28.3 -
YUV 185.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 218 179 131 0 0.18 0.40 0.15 33.1 0.54 0.68
Hex DA B3 83 0 12 28 F 21 36 44
Octal 332 263 203 0 22 50 17 41 66 104
Binary 11011010 10110011 10000011 0 10010 101000 1111 100001 110110 1000100

Color Harmonies of #DAB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB383

Black with #DAB383

Text Example


Text Example

White with #DAB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB383; }

 p { color: rgb(218,179,131); }

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

background-color css

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

 a { background-color: rgb(218,179,131); }

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

border-color css

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

 span { border-color: rgb(218,179,131); }

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