Html Css Color HEX #DBBE33 Old Gold

📋 copy color: '#DBBE33'

red 219 ◦ green 190 ◦ blue 51

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

Shades of Old Gold #DBBE33

Tints of Old Gold #DBBE33

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.3%

 BLUE value IS 51 (20.31% from 255) = 11.09%

R = 47.61%
G = 41.3%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DBBE33 (or 0xDBBE33) is known color: Old Gold. HEX triplet: DB, BE and 33. RGB value is (219,190,51). Sum of RGB (Red+Green+Blue) = 219+190+51=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 51 (20.31% from 255 or 11.09% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBE33 is #2441CC. Grayscale: #B7B7B7. Windows color (decimal): -2376141 or 3391195. OLE color: 3391195.

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

Color convert

RGB 219 190 51 -
CMYK 0 0.13 0.77 0.14
HSL 49.64º 0.7% 0.53% -
HSV(B) 49.64º 0.77% 0.86% -
XYZ 48.22 52.13 10.65 -
YUV 182.83 53.61 153.8 -
System Red Green Blue C M Y K H S L
Decimal 219 190 51 0 0.13 0.77 0.14 49.64 0.7 0.53
Hex DB BE 33 0 D 4D E 32 46 35
Octal 333 276 63 0 15 115 16 62 106 65
Binary 11011011 10111110 110011 0 1101 1001101 1110 110010 1000110 110101

Color Harmonies of #DBBE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBE33

Black with #DBBE33

Text Example


Text Example

White with #DBBE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBE33; }

 p { color: rgb(219,190,51); }

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

background-color css

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

 a { background-color: rgb(219,190,51); }

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

border-color css

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

 span { border-color: rgb(219,190,51); }

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