Html Css Color HEX #DAB35C Equator

📋 copy color: '#DAB35C'

red 218 ◦ green 179 ◦ blue 92

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

Shades of Equator #DAB35C

Tints of Equator #DAB35C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.81%

R = 44.58%
G = 36.61%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAB35C (or 0xDAB35C) is known color: Equator. HEX triplet: DA, B3 and 5C. RGB value is (218,179,92). Sum of RGB (Red+Green+Blue) = 218+179+92=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB35C is #254CA3. Grayscale: #B5B5B5. Windows color (decimal): -2444452 or 6075354. OLE color: 6075354.

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

Color convert

RGB 218 179 92 -
CMYK 0 0.18 0.58 0.15
HSL 41.43º 0.63% 0.61% -
HSV(B) 41.43º 0.58% 0.85% -
XYZ 46.97 47.92 16.9 -
YUV 180.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 218 179 92 0 0.18 0.58 0.15 41.43 0.63 0.61
Hex DA B3 5C 0 12 3A F 29 3F 3D
Octal 332 263 134 0 22 72 17 51 77 75
Binary 11011010 10110011 1011100 0 10010 111010 1111 101001 111111 111101

Color Harmonies of #DAB35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB35C

Black with #DAB35C

Text Example


Text Example

White with #DAB35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB35C; }

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

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

background-color css

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

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

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

border-color css

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

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

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