Html Css Color HEX #DAB32C Gold Tips

📋 copy color: '#DAB32C'

red 218 ◦ green 179 ◦ blue 44

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

Shades of Gold Tips #DAB32C

Tints of Gold Tips #DAB32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.98%

R = 49.43%
G = 40.59%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAB32C (or 0xDAB32C) is known color: Gold Tips. HEX triplet: DA, B3 and 2C. RGB value is (218,179,44). Sum of RGB (Red+Green+Blue) = 218+179+44=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB32C is #254CD3. Grayscale: #AFAFAF. Windows color (decimal): -2444500 or 2929626. OLE color: 2929626.

HSL color Cylindrical-coordinate representation of color #DAB32C: hue angle of 46.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAB32C is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 44 -
CMYK 0 0.18 0.80 0.15
HSL 46.55º 0.7% 0.51% -
HSV(B) 46.55º 0.8% 0.85% -
XYZ 45.49 47.33 9.12 -
YUV 175.27 53.92 158.48 -
System Red Green Blue C M Y K H S L
Decimal 218 179 44 0 0.18 0.80 0.15 46.55 0.7 0.51
Hex DA B3 2C 0 12 50 F 2F 46 33
Octal 332 263 54 0 22 120 17 57 106 63
Binary 11011010 10110011 101100 0 10010 1010000 1111 101111 1000110 110011

Color Harmonies of #DAB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB32C

Black with #DAB32C

Text Example


Text Example

White with #DAB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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