Html Css Color HEX #DAB02E Gold Tips

📋 copy color: '#DAB02E'

red 218 ◦ green 176 ◦ blue 46

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

Shades of Gold Tips #DAB02E

Tints of Gold Tips #DAB02E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40%

 BLUE value IS 46 (18.36% from 255) = 10.45%

R = 49.55%
G = 40%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAB02E (or 0xDAB02E) is known color: Gold Tips. HEX triplet: DA, B0 and 2E. RGB value is (218,176,46). Sum of RGB (Red+Green+Blue) = 218+176+46=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB02E is #254FD1. Grayscale: #AEAEAE. Windows color (decimal): -2445266 or 3059930. OLE color: 3059930.

HSL color Cylindrical-coordinate representation of color #DAB02E: hue angle of 45.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAB02E is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 46 -
CMYK 0 0.19 0.79 0.15
HSL 45.35º 0.7% 0.52% -
HSV(B) 45.35º 0.79% 0.85% -
XYZ 44.93 46.15 9.13 -
YUV 173.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 218 176 46 0 0.19 0.79 0.15 45.35 0.7 0.52
Hex DA B0 2E 0 13 4F F 2D 46 34
Octal 332 260 56 0 23 117 17 55 106 64
Binary 11011010 10110000 101110 0 10011 1001111 1111 101101 1000110 110100

Color Harmonies of #DAB02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB02E

Black with #DAB02E

Text Example


Text Example

White with #DAB02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB02E; }

 p { color: rgb(218,176,46); }

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

background-color css

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

 a { background-color: rgb(218,176,46); }

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

border-color css

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

 span { border-color: rgb(218,176,46); }

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