Html Css Color HEX #DAB282 Calico

📋 copy color: '#DAB282'

red 218 ◦ green 178 ◦ blue 130

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

Shades of Calico #DAB282

Tints of Calico #DAB282

RGB

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

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

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

R = 41.44%
G = 33.84%
B = 24.71%

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

#DAB282 (or 0xDAB282) is known color: Calico. HEX triplet: DA, B2 and 82. RGB value is (218,178,130). Sum of RGB (Red+Green+Blue) = 218+178+130=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB282 is #254D7D. Grayscale: #B8B8B8. Windows color (decimal): -2444670 or 8565466. OLE color: 8565466.

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

Color convert

RGB 218 178 130 -
CMYK 0 0.18 0.40 0.15
HSL 32.73º 0.54% 0.68% -
HSV(B) 32.73º 0.4% 0.85% -
XYZ 48.86 48.36 27.88 -
YUV 184.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 218 178 130 0 0.18 0.40 0.15 32.73 0.54 0.68
Hex DA B2 82 0 12 28 F 21 36 44
Octal 332 262 202 0 22 50 17 41 66 104
Binary 11011010 10110010 10000010 0 10010 101000 1111 100001 110110 1000100

Color Harmonies of #DAB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB282

Black with #DAB282

Text Example


Text Example

White with #DAB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB282; }

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

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

background-color css

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

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

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

border-color css

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

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

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