Html Css Color HEX #DAB07A Calico

📋 copy color: '#DAB07A'

red 218 ◦ green 176 ◦ blue 122

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

Shades of Calico #DAB07A

Tints of Calico #DAB07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.11%

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

R = 42.25%
G = 34.11%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB07A (or 0xDAB07A) is known color: Calico. HEX triplet: DA, B0 and 7A. RGB value is (218,176,122). Sum of RGB (Red+Green+Blue) = 218+176+122=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB07A is #254F85. Grayscale: #B6B6B6. Windows color (decimal): -2445190 or 8040666. OLE color: 8040666.

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

Color convert

RGB 218 176 122 -
CMYK 0 0.19 0.44 0.15
HSL 33.75º 0.56% 0.67% -
HSV(B) 33.75º 0.44% 0.85% -
XYZ 47.95 47.36 25.03 -
YUV 182.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 218 176 122 0 0.19 0.44 0.15 33.75 0.56 0.67
Hex DA B0 7A 0 13 2C F 22 38 43
Octal 332 260 172 0 23 54 17 42 70 103
Binary 11011010 10110000 1111010 0 10011 101100 1111 100010 111000 1000011

Color Harmonies of #DAB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB07A

Black with #DAB07A

Text Example


Text Example

White with #DAB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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