Html Css Color HEX #DAB368 Equator

📋 copy color: '#DAB368'

red 218 ◦ green 179 ◦ blue 104

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

Shades of Equator #DAB368

Tints of Equator #DAB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

 BLUE value IS 104 (41.02% from 255) = 20.76%

R = 43.51%
G = 35.73%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DAB368 (or 0xDAB368) is known color: Equator. HEX triplet: DA, B3 and 68. RGB value is (218,179,104). Sum of RGB (Red+Green+Blue) = 218+179+104=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB368 is #254C97. Grayscale: #B6B6B6. Windows color (decimal): -2444440 or 6861786. OLE color: 6861786.

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

Color convert

RGB 218 179 104 -
CMYK 0 0.18 0.52 0.15
HSL 39.47º 0.61% 0.63% -
HSV(B) 39.47º 0.52% 0.85% -
XYZ 47.53 48.15 19.88 -
YUV 182.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 218 179 104 0 0.18 0.52 0.15 39.47 0.61 0.63
Hex DA B3 68 0 12 34 F 27 3D 3F
Octal 332 263 150 0 22 64 17 47 75 77
Binary 11011010 10110011 1101000 0 10010 110100 1111 100111 111101 111111

Color Harmonies of #DAB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB368

Black with #DAB368

Text Example


Text Example

White with #DAB368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB368; }

 p { color: rgb(218,179,104); }

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

background-color css

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

 a { background-color: rgb(218,179,104); }

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

border-color css

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

 span { border-color: rgb(218,179,104); }

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