Html Css Color HEX #DAB267 Equator

📋 copy color: '#DAB267'

red 218 ◦ green 178 ◦ blue 103

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

Shades of Equator #DAB267

Tints of Equator #DAB267

RGB

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

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

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

R = 43.69%
G = 35.67%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAB267 (or 0xDAB267) is known color: Equator. HEX triplet: DA, B2 and 67. RGB value is (218,178,103). Sum of RGB (Red+Green+Blue) = 218+178+103=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB267 is #254D98. Grayscale: #B5B5B5. Windows color (decimal): -2444697 or 6795994. OLE color: 6795994.

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

Color convert

RGB 218 178 103 -
CMYK 0 0.18 0.53 0.15
HSL 39.13º 0.61% 0.63% -
HSV(B) 39.13º 0.53% 0.85% -
XYZ 47.28 47.73 19.55 -
YUV 181.41 83.75 154.1 -
System Red Green Blue C M Y K H S L
Decimal 218 178 103 0 0.18 0.53 0.15 39.13 0.61 0.63
Hex DA B2 67 0 12 35 F 27 3D 3F
Octal 332 262 147 0 22 65 17 47 75 77
Binary 11011010 10110010 1100111 0 10010 110101 1111 100111 111101 111111

Color Harmonies of #DAB267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB267

Black with #DAB267

Text Example


Text Example

White with #DAB267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB267; }

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

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

background-color css

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

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

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

border-color css

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

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

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