Html Css Color HEX #DAB369 Equator

📋 copy color: '#DAB369'

red 218 ◦ green 179 ◦ blue 105

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

Shades of Equator #DAB369

Tints of Equator #DAB369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.92%

R = 43.43%
G = 35.66%
B = 20.92%

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

#DAB369 (or 0xDAB369) is known color: Equator. HEX triplet: DA, B3 and 69. RGB value is (218,179,105). Sum of RGB (Red+Green+Blue) = 218+179+105=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB369 is #254C96. Grayscale: #B6B6B6. Windows color (decimal): -2444439 or 6927322. OLE color: 6927322.

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

Color convert

RGB 218 179 105 -
CMYK 0 0.18 0.52 0.15
HSL 39.29º 0.6% 0.63% -
HSV(B) 39.29º 0.52% 0.85% -
XYZ 47.58 48.17 20.15 -
YUV 182.23 84.42 153.52 -
System Red Green Blue C M Y K H S L
Decimal 218 179 105 0 0.18 0.52 0.15 39.29 0.6 0.63
Hex DA B3 69 0 12 34 F 27 3C 3F
Octal 332 263 151 0 22 64 17 47 74 77
Binary 11011010 10110011 1101001 0 10010 110100 1111 100111 111100 111111

Color Harmonies of #DAB369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB369

Black with #DAB369

Text Example


Text Example

White with #DAB369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB369; }

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

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

background-color css

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

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

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

border-color css

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

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

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