Html Css Color HEX #DAB482 Calico

📋 copy color: '#DAB482'

red 218 ◦ green 180 ◦ blue 130

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

Shades of Calico #DAB482

Tints of Calico #DAB482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.09%

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

R = 41.29%
G = 34.09%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DAB482 (or 0xDAB482) is known color: Calico. HEX triplet: DA, B4 and 82. RGB value is (218,180,130). Sum of RGB (Red+Green+Blue) = 218+180+130=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB482 is #254B7D. Grayscale: #B9B9B9. Windows color (decimal): -2444158 or 8565978. OLE color: 8565978.

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

Color convert

RGB 218 180 130 -
CMYK 0 0.17 0.40 0.15
HSL 34.09º 0.54% 0.68% -
HSV(B) 34.09º 0.4% 0.85% -
XYZ 49.26 49.16 28.01 -
YUV 185.66 96.59 151.07 -
System Red Green Blue C M Y K H S L
Decimal 218 180 130 0 0.17 0.40 0.15 34.09 0.54 0.68
Hex DA B4 82 0 11 28 F 22 36 44
Octal 332 264 202 0 21 50 17 42 66 104
Binary 11011010 10110100 10000010 0 10001 101000 1111 100010 110110 1000100

Color Harmonies of #DAB482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB482

Black with #DAB482

Text Example


Text Example

White with #DAB482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB482; }

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

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

background-color css

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

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

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

border-color css

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

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

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