Html Css Color HEX #DAB280 Calico

📋 copy color: '#DAB280'

red 218 ◦ green 178 ◦ blue 128

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

Shades of Calico #DAB280

Tints of Calico #DAB280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.43%

R = 41.6%
G = 33.97%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DAB280 (or 0xDAB280) is known color: Calico. HEX triplet: DA, B2 and 80. RGB value is (218,178,128). Sum of RGB (Red+Green+Blue) = 218+178+128=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB280 is #254D7F. Grayscale: #B8B8B8. Windows color (decimal): -2444672 or 8434394. OLE color: 8434394.

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

Color convert

RGB 218 178 128 -
CMYK 0 0.18 0.41 0.15
HSL 33.33º 0.55% 0.68% -
HSV(B) 33.33º 0.41% 0.85% -
XYZ 48.73 48.3 27.18 -
YUV 184.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 218 178 128 0 0.18 0.41 0.15 33.33 0.55 0.68
Hex DA B2 80 0 12 29 F 21 37 44
Octal 332 262 200 0 22 51 17 41 67 104
Binary 11011010 10110010 10000000 0 10010 101001 1111 100001 110111 1000100

Color Harmonies of #DAB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB280

Black with #DAB280

Text Example


Text Example

White with #DAB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB280; }

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

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

background-color css

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

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

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

border-color css

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

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

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