Html Css Color HEX #DAB25D Equator

📋 copy color: '#DAB25D'

red 218 ◦ green 178 ◦ blue 93

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

Shades of Equator #DAB25D

Tints of Equator #DAB25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.02%

R = 44.58%
G = 36.4%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB25D (or 0xDAB25D) is known color: Equator. HEX triplet: DA, B2 and 5D. RGB value is (218,178,93). Sum of RGB (Red+Green+Blue) = 218+178+93=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB25D is #254DA2. Grayscale: #B4B4B4. Windows color (decimal): -2444707 or 6140634. OLE color: 6140634.

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

Color convert

RGB 218 178 93 -
CMYK 0 0.18 0.57 0.15
HSL 40.8º 0.63% 0.61% -
HSV(B) 40.8º 0.57% 0.85% -
XYZ 46.81 47.54 17.06 -
YUV 180.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 218 178 93 0 0.18 0.57 0.15 40.8 0.63 0.61
Hex DA B2 5D 0 12 39 F 29 3F 3D
Octal 332 262 135 0 22 71 17 51 77 75
Binary 11011010 10110010 1011101 0 10010 111001 1111 101001 111111 111101

Color Harmonies of #DAB25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB25D

Black with #DAB25D

Text Example


Text Example

White with #DAB25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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