Html Css Color HEX #DAB327 Gold Tips

📋 copy color: '#DAB327'

red 218 ◦ green 179 ◦ blue 39

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

Shades of Gold Tips #DAB327

Tints of Gold Tips #DAB327

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

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

R = 50%
G = 41.06%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAB327 (or 0xDAB327) is known color: Gold Tips. HEX triplet: DA, B3 and 27. RGB value is (218,179,39). Sum of RGB (Red+Green+Blue) = 218+179+39=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB327 is #254CD8. Grayscale: #AFAFAF. Windows color (decimal): -2444505 or 2601946. OLE color: 2601946.

HSL color Cylindrical-coordinate representation of color #DAB327: hue angle of 46.93º 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 #DAB327 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 39 -
CMYK 0 0.18 0.82 0.15
HSL 46.93º 0.71% 0.5% -
HSV(B) 46.93º 0.82% 0.85% -
XYZ 45.4 47.29 8.65 -
YUV 174.7 51.42 158.88 -
System Red Green Blue C M Y K H S L
Decimal 218 179 39 0 0.18 0.82 0.15 46.93 0.71 0.5
Hex DA B3 27 0 12 52 F 2F 47 32
Octal 332 263 47 0 22 122 17 57 107 62
Binary 11011010 10110011 100111 0 10010 1010010 1111 101111 1000111 110010

Color Harmonies of #DAB327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB327

Black with #DAB327

Text Example


Text Example

White with #DAB327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB327; }

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

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

background-color css

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

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

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

border-color css

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

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

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