Html Css Color HEX #DBB226 Gold Tips

📋 copy color: '#DBB226'

red 219 ◦ green 178 ◦ blue 38

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

Shades of Gold Tips #DBB226

Tints of Gold Tips #DBB226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.74%

R = 50.34%
G = 40.92%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBB226 (or 0xDBB226) is known color: Gold Tips. HEX triplet: DB, B2 and 26. RGB value is (219,178,38). Sum of RGB (Red+Green+Blue) = 219+178+38=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 38 (15.23% from 255 or 8.74% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB226 is #244DD9. Grayscale: #AEAEAE. Windows color (decimal): -2379226 or 2536155. OLE color: 2536155.

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

Color convert

RGB 219 178 38 -
CMYK 0 0.19 0.83 0.14
HSL 46.41º 0.72% 0.5% -
HSV(B) 46.41º 0.83% 0.86% -
XYZ 45.48 47.04 8.52 -
YUV 174.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 219 178 38 0 0.19 0.83 0.14 46.41 0.72 0.5
Hex DB B2 26 0 13 53 E 2E 48 32
Octal 333 262 46 0 23 123 16 56 110 62
Binary 11011011 10110010 100110 0 10011 1010011 1110 101110 1001000 110010

Color Harmonies of #DBB226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB226

Black with #DBB226

Text Example


Text Example

White with #DBB226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB226; }

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

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

background-color css

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

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

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

border-color css

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

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

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