Html Css Color HEX #DAB27F Calico

📋 copy color: '#DAB27F'

red 218 ◦ green 178 ◦ blue 127

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

Shades of Calico #DAB27F

Tints of Calico #DAB27F

RGB

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

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

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

R = 41.68%
G = 34.03%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAB27F (or 0xDAB27F) is known color: Calico. HEX triplet: DA, B2 and 7F. RGB value is (218,178,127). Sum of RGB (Red+Green+Blue) = 218+178+127=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB27F is #254D80. Grayscale: #B8B8B8. Windows color (decimal): -2444673 or 8368858. OLE color: 8368858.

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

Color convert

RGB 218 178 127 -
CMYK 0 0.18 0.42 0.15
HSL 33.63º 0.55% 0.68% -
HSV(B) 33.63º 0.42% 0.85% -
XYZ 48.66 48.28 26.83 -
YUV 184.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 218 178 127 0 0.18 0.42 0.15 33.63 0.55 0.68
Hex DA B2 7F 0 12 2A F 22 37 44
Octal 332 262 177 0 22 52 17 42 67 104
Binary 11011010 10110010 1111111 0 10010 101010 1111 100010 110111 1000100

Color Harmonies of #DAB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB27F

Black with #DAB27F

Text Example


Text Example

White with #DAB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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