Html Css Color HEX #DBB422 Gold Tips

📋 copy color: '#DBB422'

red 219 ◦ green 180 ◦ blue 34

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

Shades of Gold Tips #DBB422

Tints of Gold Tips #DBB422

RGB

 RED value IS 219 (85.94% from 255) = 50.58%

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

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

R = 50.58%
G = 41.57%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBB422 (or 0xDBB422) is known color: Gold Tips. HEX triplet: DB, B4 and 22. RGB value is (219,180,34). Sum of RGB (Red+Green+Blue) = 219+180+34=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 34 (13.67% from 255 or 7.85% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB422 is #244BDD. Grayscale: #AFAFAF. Windows color (decimal): -2378718 or 2274523. OLE color: 2274523.

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

Color convert

RGB 219 180 34 -
CMYK 0 0.18 0.84 0.14
HSL 47.35º 0.73% 0.5% -
HSV(B) 47.35º 0.84% 0.86% -
XYZ 45.82 47.82 8.33 -
YUV 175.02 48.42 159.37 -
System Red Green Blue C M Y K H S L
Decimal 219 180 34 0 0.18 0.84 0.14 47.35 0.73 0.5
Hex DB B4 22 0 12 54 E 2F 49 32
Octal 333 264 42 0 22 124 16 57 111 62
Binary 11011011 10110100 100010 0 10010 1010100 1110 101111 1001001 110010

Color Harmonies of #DBB422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB422

Black with #DBB422

Text Example


Text Example

White with #DBB422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB422; }

 p { color: rgb(219,180,34); }

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

background-color css

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

 a { background-color: rgb(219,180,34); }

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

border-color css

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

 span { border-color: rgb(219,180,34); }

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