Html Css Color HEX #DAB36B Equator

📋 copy color: '#DAB36B'

red 218 ◦ green 179 ◦ blue 107

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

Shades of Equator #DAB36B

Tints of Equator #DAB36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.23%

R = 43.25%
G = 35.52%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DAB36B (or 0xDAB36B) is known color: Equator. HEX triplet: DA, B3 and 6B. RGB value is (218,179,107). Sum of RGB (Red+Green+Blue) = 218+179+107=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB36B is #254C94. Grayscale: #B6B6B6. Windows color (decimal): -2444437 or 7058394. OLE color: 7058394.

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

Color convert

RGB 218 179 107 -
CMYK 0 0.18 0.51 0.15
HSL 38.92º 0.6% 0.64% -
HSV(B) 38.92º 0.51% 0.85% -
XYZ 47.69 48.21 20.7 -
YUV 182.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 218 179 107 0 0.18 0.51 0.15 38.92 0.6 0.64
Hex DA B3 6B 0 12 33 F 27 3C 40
Octal 332 263 153 0 22 63 17 47 74 100
Binary 11011010 10110011 1101011 0 10010 110011 1111 100111 111100 1000000

Color Harmonies of #DAB36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB36B

Black with #DAB36B

Text Example


Text Example

White with #DAB36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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