Html Css Color HEX #DAB423 Gold Tips

📋 copy color: '#DAB423'

red 218 ◦ green 180 ◦ blue 35

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

Shades of Gold Tips #DAB423

Tints of Gold Tips #DAB423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.08%

R = 50.35%
G = 41.57%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB423 (or 0xDAB423) is known color: Gold Tips. HEX triplet: DA, B4 and 23. RGB value is (218,180,35). Sum of RGB (Red+Green+Blue) = 218+180+35=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB423 is #254BDC. Grayscale: #AFAFAF. Windows color (decimal): -2444253 or 2340058. OLE color: 2340058.

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

Color convert

RGB 218 180 35 -
CMYK 0 0.17 0.84 0.15
HSL 47.54º 0.72% 0.5% -
HSV(B) 47.54º 0.84% 0.85% -
XYZ 45.54 47.67 8.39 -
YUV 174.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 218 180 35 0 0.17 0.84 0.15 47.54 0.72 0.5
Hex DA B4 23 0 11 54 F 30 48 32
Octal 332 264 43 0 21 124 17 60 110 62
Binary 11011010 10110100 100011 0 10001 1010100 1111 110000 1001000 110010

Color Harmonies of #DAB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB423

Black with #DAB423

Text Example


Text Example

White with #DAB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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