Html Css Color HEX #DAB07F Calico

📋 copy color: '#DAB07F'

red 218 ◦ green 176 ◦ blue 127

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

Shades of Calico #DAB07F

Tints of Calico #DAB07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.38%

R = 41.84%
G = 33.78%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAB07F (or 0xDAB07F) is known color: Calico. HEX triplet: DA, B0 and 7F. RGB value is (218,176,127). Sum of RGB (Red+Green+Blue) = 218+176+127=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB07F is #254F80. Grayscale: #B7B7B7. Windows color (decimal): -2445185 or 8368346. OLE color: 8368346.

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

Color convert

RGB 218 176 127 -
CMYK 0 0.19 0.42 0.15
HSL 32.31º 0.55% 0.68% -
HSV(B) 32.31º 0.42% 0.85% -
XYZ 48.27 47.49 26.7 -
YUV 182.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 218 176 127 0 0.19 0.42 0.15 32.31 0.55 0.68
Hex DA B0 7F 0 13 2A F 20 37 44
Octal 332 260 177 0 23 52 17 40 67 104
Binary 11011010 10110000 1111111 0 10011 101010 1111 100000 110111 1000100

Color Harmonies of #DAB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB07F

Black with #DAB07F

Text Example


Text Example

White with #DAB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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