Html Css Color HEX #DAB25F Equator

📋 copy color: '#DAB25F'

red 218 ◦ green 178 ◦ blue 95

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

Shades of Equator #DAB25F

Tints of Equator #DAB25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.35%

R = 44.4%
G = 36.25%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB25F (or 0xDAB25F) is known color: Equator. HEX triplet: DA, B2 and 5F. RGB value is (218,178,95). Sum of RGB (Red+Green+Blue) = 218+178+95=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB25F is #254DA0. Grayscale: #B4B4B4. Windows color (decimal): -2444705 or 6271706. OLE color: 6271706.

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

Color convert

RGB 218 178 95 -
CMYK 0 0.18 0.56 0.15
HSL 40.49º 0.62% 0.61% -
HSV(B) 40.49º 0.56% 0.85% -
XYZ 46.9 47.57 17.54 -
YUV 180.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 218 178 95 0 0.18 0.56 0.15 40.49 0.62 0.61
Hex DA B2 5F 0 12 38 F 28 3E 3D
Octal 332 262 137 0 22 70 17 50 76 75
Binary 11011010 10110010 1011111 0 10010 111000 1111 101000 111110 111101

Color Harmonies of #DAB25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB25F

Black with #DAB25F

Text Example


Text Example

White with #DAB25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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