Html Css Color HEX #DAB25C Equator

📋 copy color: '#DAB25C'

red 218 ◦ green 178 ◦ blue 92

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

Shades of Equator #DAB25C

Tints of Equator #DAB25C

RGB

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

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

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

R = 44.67%
G = 36.48%
B = 18.85%

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

#DAB25C (or 0xDAB25C) is known color: Equator. HEX triplet: DA, B2 and 5C. RGB value is (218,178,92). Sum of RGB (Red+Green+Blue) = 218+178+92=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB25C is #254DA3. Grayscale: #B4B4B4. Windows color (decimal): -2444708 or 6075098. OLE color: 6075098.

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

Color convert

RGB 218 178 92 -
CMYK 0 0.18 0.58 0.15
HSL 40.95º 0.63% 0.61% -
HSV(B) 40.95º 0.58% 0.85% -
XYZ 46.77 47.52 16.83 -
YUV 180.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 218 178 92 0 0.18 0.58 0.15 40.95 0.63 0.61
Hex DA B2 5C 0 12 3A F 29 3F 3D
Octal 332 262 134 0 22 72 17 51 77 75
Binary 11011010 10110010 1011100 0 10010 111010 1111 101001 111111 111101

Color Harmonies of #DAB25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB25C

Black with #DAB25C

Text Example


Text Example

White with #DAB25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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