Html Css Color HEX #DAB465 Equator

📋 copy color: '#DAB465'

red 218 ◦ green 180 ◦ blue 101

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

Shades of Equator #DAB465

Tints of Equator #DAB465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.24%

R = 43.69%
G = 36.07%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAB465 (or 0xDAB465) is known color: Equator. HEX triplet: DA, B4 and 65. RGB value is (218,180,101). Sum of RGB (Red+Green+Blue) = 218+180+101=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB465 is #254B9A. Grayscale: #B6B6B6. Windows color (decimal): -2444187 or 6665434. OLE color: 6665434.

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

Color convert

RGB 218 180 101 -
CMYK 0 0.17 0.54 0.15
HSL 40.51º 0.61% 0.63% -
HSV(B) 40.51º 0.54% 0.85% -
XYZ 47.58 48.49 19.16 -
YUV 182.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 218 180 101 0 0.17 0.54 0.15 40.51 0.61 0.63
Hex DA B4 65 0 11 36 F 29 3D 3F
Octal 332 264 145 0 21 66 17 51 75 77
Binary 11011010 10110100 1100101 0 10001 110110 1111 101001 111101 111111

Color Harmonies of #DAB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB465

Black with #DAB465

Text Example


Text Example

White with #DAB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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