Html Css Color HEX #DAAF7D Calico

📋 copy color: '#DAAF7D'

red 218 ◦ green 175 ◦ blue 125

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

Shades of Calico #DAAF7D

Tints of Calico #DAAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.78%

 BLUE value IS 125 (49.22% from 255) = 24.13%

R = 42.08%
G = 33.78%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAAF7D (or 0xDAAF7D) is known color: Calico. HEX triplet: DA, AF and 7D. RGB value is (218,175,125). Sum of RGB (Red+Green+Blue) = 218+175+125=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAF7D is #255082. Grayscale: #B6B6B6. Windows color (decimal): -2445443 or 8237018. OLE color: 8237018.

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

Color convert

RGB 218 175 125 -
CMYK 0 0.20 0.43 0.15
HSL 32.26º 0.56% 0.67% -
HSV(B) 32.26º 0.43% 0.85% -
XYZ 47.95 47.05 25.96 -
YUV 182.16 95.75 153.57 -
System Red Green Blue C M Y K H S L
Decimal 218 175 125 0 0.20 0.43 0.15 32.26 0.56 0.67
Hex DA AF 7D 0 14 2B F 20 38 43
Octal 332 257 175 0 24 53 17 40 70 103
Binary 11011010 10101111 1111101 0 10100 101011 1111 100000 111000 1000011

Color Harmonies of #DAAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAF7D

Black with #DAAF7D

Text Example


Text Example

White with #DAAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAF7D; }

 p { color: rgb(218,175,125); }

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

background-color css

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

 a { background-color: rgb(218,175,125); }

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

border-color css

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

 span { border-color: rgb(218,175,125); }

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