Html Css Color HEX #DAB462 Equator

📋 copy color: '#DAB462'

red 218 ◦ green 180 ◦ blue 98

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

Shades of Equator #DAB462

Tints of Equator #DAB462

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.29%

 BLUE value IS 98 (38.67% from 255) = 19.76%

R = 43.95%
G = 36.29%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB462 (or 0xDAB462) is known color: Equator. HEX triplet: DA, B4 and 62. RGB value is (218,180,98). Sum of RGB (Red+Green+Blue) = 218+180+98=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB462 is #254B9D. Grayscale: #B6B6B6. Windows color (decimal): -2444190 or 6468826. OLE color: 6468826.

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

Color convert

RGB 218 180 98 -
CMYK 0 0.17 0.55 0.15
HSL 41º 0.62% 0.62% -
HSV(B) 41º 0.55% 0.85% -
XYZ 47.44 48.43 18.4 -
YUV 182.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 218 180 98 0 0.17 0.55 0.15 41 0.62 0.62
Hex DA B4 62 0 11 37 F 29 3E 3E
Octal 332 264 142 0 21 67 17 51 76 76
Binary 11011010 10110100 1100010 0 10001 110111 1111 101001 111110 111110

Color Harmonies of #DAB462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB462

Black with #DAB462

Text Example


Text Example

White with #DAB462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB462; }

 p { color: rgb(218,180,98); }

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

background-color css

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

 a { background-color: rgb(218,180,98); }

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

border-color css

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

 span { border-color: rgb(218,180,98); }

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