Html Css Color HEX #DAB382 Calico

📋 copy color: '#DAB382'

red 218 ◦ green 179 ◦ blue 130

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

Shades of Calico #DAB382

Tints of Calico #DAB382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.67%

R = 41.37%
G = 33.97%
B = 24.67%

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

#DAB382 (or 0xDAB382) is known color: Calico. HEX triplet: DA, B3 and 82. RGB value is (218,179,130). Sum of RGB (Red+Green+Blue) = 218+179+130=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB382 is #254C7D. Grayscale: #B9B9B9. Windows color (decimal): -2444414 or 8565722. OLE color: 8565722.

HSL color Cylindrical-coordinate representation of color #DAB382: hue angle of 33.41º 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 #DAB382 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 130 -
CMYK 0 0.18 0.40 0.15
HSL 33.41º 0.54% 0.68% -
HSV(B) 33.41º 0.4% 0.85% -
XYZ 49.06 48.76 27.94 -
YUV 185.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 218 179 130 0 0.18 0.40 0.15 33.41 0.54 0.68
Hex DA B3 82 0 12 28 F 21 36 44
Octal 332 263 202 0 22 50 17 41 66 104
Binary 11011010 10110011 10000010 0 10010 101000 1111 100001 110110 1000100

Color Harmonies of #DAB382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB382

Black with #DAB382

Text Example


Text Example

White with #DAB382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB382; }

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

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

background-color css

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

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

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

border-color css

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

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

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