Html Css Color HEX #DAB067 Equator

📋 copy color: '#DAB067'

red 218 ◦ green 176 ◦ blue 103

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

Shades of Equator #DAB067

Tints of Equator #DAB067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.72%

R = 43.86%
G = 35.41%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAB067 (or 0xDAB067) is known color: Equator. HEX triplet: DA, B0 and 67. RGB value is (218,176,103). Sum of RGB (Red+Green+Blue) = 218+176+103=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 103 (40.62% from 255 or 20.72% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB067 is #254F98. Grayscale: #B4B4B4. Windows color (decimal): -2445209 or 6795482. OLE color: 6795482.

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

Color convert

RGB 218 176 103 -
CMYK 0 0.19 0.53 0.15
HSL 38.09º 0.61% 0.63% -
HSV(B) 38.09º 0.53% 0.85% -
XYZ 46.89 46.94 19.42 -
YUV 180.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 218 176 103 0 0.19 0.53 0.15 38.09 0.61 0.63
Hex DA B0 67 0 13 35 F 26 3D 3F
Octal 332 260 147 0 23 65 17 46 75 77
Binary 11011010 10110000 1100111 0 10011 110101 1111 100110 111101 111111

Color Harmonies of #DAB067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB067

Black with #DAB067

Text Example


Text Example

White with #DAB067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB067; }

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

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

background-color css

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

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

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

border-color css

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

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

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