Html Css Color HEX #DBB22F Gold Tips

📋 copy color: '#DBB22F'

red 219 ◦ green 178 ◦ blue 47

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

Shades of Gold Tips #DBB22F

Tints of Gold Tips #DBB22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.59%

R = 49.32%
G = 40.09%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DBB22F (or 0xDBB22F) is known color: Gold Tips. HEX triplet: DB, B2 and 2F. RGB value is (219,178,47). Sum of RGB (Red+Green+Blue) = 219+178+47=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 47 (18.75% from 255 or 10.59% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB22F is #244DD0. Grayscale: #AFAFAF. Windows color (decimal): -2379217 or 3125979. OLE color: 3125979.

HSL color Cylindrical-coordinate representation of color #DBB22F: hue angle of 45.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBB22F is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 178 47 -
CMYK 0 0.19 0.79 0.14
HSL 45.7º 0.7% 0.52% -
HSV(B) 45.7º 0.79% 0.86% -
XYZ 45.65 47.11 9.38 -
YUV 175.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 219 178 47 0 0.19 0.79 0.14 45.7 0.7 0.52
Hex DB B2 2F 0 13 4F E 2E 46 34
Octal 333 262 57 0 23 117 16 56 106 64
Binary 11011011 10110010 101111 0 10011 1001111 1110 101110 1000110 110100

Color Harmonies of #DBB22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB22F

Black with #DBB22F

Text Example


Text Example

White with #DBB22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB22F; }

 p { color: rgb(219,178,47); }

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

background-color css

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

 a { background-color: rgb(219,178,47); }

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

border-color css

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

 span { border-color: rgb(219,178,47); }

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