Html Css Color HEX #DAB47A Calico

📋 copy color: '#DAB47A'

red 218 ◦ green 180 ◦ blue 122

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

Shades of Calico #DAB47A

Tints of Calico #DAB47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.46%

R = 41.92%
G = 34.62%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB47A (or 0xDAB47A) is known color: Calico. HEX triplet: DA, B4 and 7A. RGB value is (218,180,122). Sum of RGB (Red+Green+Blue) = 218+180+122=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB47A is #254B85. Grayscale: #B9B9B9. Windows color (decimal): -2444166 or 8041690. OLE color: 8041690.

HSL color Cylindrical-coordinate representation of color #DAB47A: hue angle of 36.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAB47A is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 122 -
CMYK 0 0.17 0.44 0.15
HSL 36.25º 0.56% 0.67% -
HSV(B) 36.25º 0.44% 0.85% -
XYZ 48.75 48.95 25.29 -
YUV 184.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 218 180 122 0 0.17 0.44 0.15 36.25 0.56 0.67
Hex DA B4 7A 0 11 2C F 24 38 43
Octal 332 264 172 0 21 54 17 44 70 103
Binary 11011010 10110100 1111010 0 10001 101100 1111 100100 111000 1000011

Color Harmonies of #DAB47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB47A

Black with #DAB47A

Text Example


Text Example

White with #DAB47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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