Html Css Color HEX #DAB277 Calico

📋 copy color: '#DAB277'

red 218 ◦ green 178 ◦ blue 119

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

Shades of Calico #DAB277

Tints of Calico #DAB277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.11%

R = 42.33%
G = 34.56%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DAB277 (or 0xDAB277) is known color: Calico. HEX triplet: DA, B2 and 77. RGB value is (218,178,119). Sum of RGB (Red+Green+Blue) = 218+178+119=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB277 is #254D88. Grayscale: #B7B7B7. Windows color (decimal): -2444681 or 7844570. OLE color: 7844570.

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

Color convert

RGB 218 178 119 -
CMYK 0 0.18 0.45 0.15
HSL 35.76º 0.57% 0.66% -
HSV(B) 35.76º 0.45% 0.85% -
XYZ 48.16 48.08 24.19 -
YUV 183.23 91.75 152.8 -
System Red Green Blue C M Y K H S L
Decimal 218 178 119 0 0.18 0.45 0.15 35.76 0.57 0.66
Hex DA B2 77 0 12 2D F 24 39 42
Octal 332 262 167 0 22 55 17 44 71 102
Binary 11011010 10110010 1110111 0 10010 101101 1111 100100 111001 1000010

Color Harmonies of #DAB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB277

Black with #DAB277

Text Example


Text Example

White with #DAB277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB277; }

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

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

background-color css

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

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

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

border-color css

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

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

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