Html Css Color HEX #DAB27D Calico

📋 copy color: '#DAB27D'

red 218 ◦ green 178 ◦ blue 125

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

Shades of Calico #DAB27D

Tints of Calico #DAB27D

RGB

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

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

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

R = 41.84%
G = 34.17%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAB27D (or 0xDAB27D) is known color: Calico. HEX triplet: DA, B2 and 7D. RGB value is (218,178,125). Sum of RGB (Red+Green+Blue) = 218+178+125=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB27D is #254D82. Grayscale: #B8B8B8. Windows color (decimal): -2444675 or 8237786. OLE color: 8237786.

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

Color convert

RGB 218 178 125 -
CMYK 0 0.18 0.43 0.15
HSL 34.19º 0.56% 0.67% -
HSV(B) 34.19º 0.43% 0.85% -
XYZ 48.54 48.23 26.15 -
YUV 183.92 94.75 152.31 -
System Red Green Blue C M Y K H S L
Decimal 218 178 125 0 0.18 0.43 0.15 34.19 0.56 0.67
Hex DA B2 7D 0 12 2B F 22 38 43
Octal 332 262 175 0 22 53 17 42 70 103
Binary 11011010 10110010 1111101 0 10010 101011 1111 100010 111000 1000011

Color Harmonies of #DAB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB27D

Black with #DAB27D

Text Example


Text Example

White with #DAB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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