Html Css Color HEX #DBAD08 Gamboge

📋 copy color: '#DBAD08'

red 219 ◦ green 173 ◦ blue 8

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

Shades of Gamboge #DBAD08

Tints of Gamboge #DBAD08

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.25%

 BLUE value IS 8 (3.52% from 255) = 2%

R = 54.75%
G = 43.25%
B = 2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBAD08 (or 0xDBAD08) is known color: Gamboge. HEX triplet: DB, AD and 08. RGB value is (219,173,8). Sum of RGB (Red+Green+Blue) = 219+173+8=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD08 is #2452F7. Grayscale: #A8A8A8. Windows color (decimal): -2380536 or 568795. OLE color: 568795.

HSL color Cylindrical-coordinate representation of color #DBAD08: hue angle of 46.92º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBAD08 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 8 -
CMYK 0 0.21 0.96 0.14
HSL 46.92º 0.93% 0.45% -
HSV(B) 46.92º 0.96% 0.86% -
XYZ 44.2 44.96 6.58 -
YUV 167.94 37.74 164.42 -
System Red Green Blue C M Y K H S L
Decimal 219 173 8 0 0.21 0.96 0.14 46.92 0.93 0.45
Hex DB AD 8 0 15 60 E 2F 5D 2D
Octal 333 255 10 0 25 140 16 57 135 55
Binary 11011011 10101101 1000 0 10101 1100000 1110 101111 1011101 101101

Color Harmonies of #DBAD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD08

Black with #DBAD08

Text Example


Text Example

White with #DBAD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD08; }

 p { color: rgb(219,173,8); }

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

background-color css

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

 a { background-color: rgb(219,173,8); }

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

border-color css

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

 span { border-color: rgb(219,173,8); }

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