Html Css Color HEX #DAB223 Gold Tips

📋 copy color: '#DAB223'

red 218 ◦ green 178 ◦ blue 35

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

Shades of Gold Tips #DAB223

Tints of Gold Tips #DAB223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.3%

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

R = 50.58%
G = 41.3%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB223 (or 0xDAB223) is known color: Gold Tips. HEX triplet: DA, B2 and 23. RGB value is (218,178,35). Sum of RGB (Red+Green+Blue) = 218+178+35=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 35 (14.06% from 255 or 8.12% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB223 is #254DDC. Grayscale: #AEAEAE. Windows color (decimal): -2444765 or 2339546. OLE color: 2339546.

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

Color convert

RGB 218 178 35 -
CMYK 0 0.18 0.84 0.15
HSL 46.89º 0.72% 0.5% -
HSV(B) 46.89º 0.84% 0.85% -
XYZ 45.14 46.87 8.26 -
YUV 173.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 218 178 35 0 0.18 0.84 0.15 46.89 0.72 0.5
Hex DA B2 23 0 12 54 F 2F 48 32
Octal 332 262 43 0 22 124 17 57 110 62
Binary 11011010 10110010 100011 0 10010 1010100 1111 101111 1001000 110010

Color Harmonies of #DAB223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB223

Black with #DAB223

Text Example


Text Example

White with #DAB223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB223; }

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

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

background-color css

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

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

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

border-color css

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

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

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