Html Css Color HEX #DAB222 Gold Tips

📋 copy color: '#DAB222'

red 218 ◦ green 178 ◦ blue 34

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

Shades of Gold Tips #DAB222

Tints of Gold Tips #DAB222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.91%

R = 50.7%
G = 41.4%
B = 7.91%

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

#DAB222 (or 0xDAB222) is known color: Gold Tips. HEX triplet: DA, B2 and 22. RGB value is (218,178,34). Sum of RGB (Red+Green+Blue) = 218+178+34=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB222 is #254DDD. Grayscale: #AEAEAE. Windows color (decimal): -2444766 or 2274010. OLE color: 2274010.

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

Color convert

RGB 218 178 34 -
CMYK 0 0.18 0.84 0.15
HSL 46.96º 0.73% 0.49% -
HSV(B) 46.96º 0.84% 0.85% -
XYZ 45.12 46.86 8.18 -
YUV 173.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 218 178 34 0 0.18 0.84 0.15 46.96 0.73 0.49
Hex DA B2 22 0 12 54 F 2F 49 31
Octal 332 262 42 0 22 124 17 57 111 61
Binary 11011010 10110010 100010 0 10010 1010100 1111 101111 1001001 110001

Color Harmonies of #DAB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB222

Black with #DAB222

Text Example


Text Example

White with #DAB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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