Html Css Color HEX #DAB127 Gold Tips

📋 copy color: '#DAB127'

red 218 ◦ green 177 ◦ blue 39

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

Shades of Gold Tips #DAB127

Tints of Gold Tips #DAB127

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

 BLUE value IS 39 (15.63% from 255) = 8.99%

R = 50.23%
G = 40.78%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAB127 (or 0xDAB127) is known color: Gold Tips. HEX triplet: DA, B1 and 27. RGB value is (218,177,39). Sum of RGB (Red+Green+Blue) = 218+177+39=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB127 is #254ED8. Grayscale: #AEAEAE. Windows color (decimal): -2445017 or 2601434. OLE color: 2601434.

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

Color convert

RGB 218 177 39 -
CMYK 0 0.19 0.82 0.15
HSL 46.26º 0.71% 0.5% -
HSV(B) 46.26º 0.82% 0.85% -
XYZ 45 46.5 8.52 -
YUV 173.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 218 177 39 0 0.19 0.82 0.15 46.26 0.71 0.5
Hex DA B1 27 0 13 52 F 2E 47 32
Octal 332 261 47 0 23 122 17 56 107 62
Binary 11011010 10110001 100111 0 10011 1010010 1111 101110 1000111 110010

Color Harmonies of #DAB127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB127

Black with #DAB127

Text Example


Text Example

White with #DAB127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB127; }

 p { color: rgb(218,177,39); }

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

background-color css

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

 a { background-color: rgb(218,177,39); }

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

border-color css

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

 span { border-color: rgb(218,177,39); }

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