Html Css Color HEX #DBAD05 Gamboge

📋 copy color: '#DBAD05'

red 219 ◦ green 173 ◦ blue 5

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

Shades of Gamboge #DBAD05

Tints of Gamboge #DBAD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 55.16%
G = 43.58%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBAD05 (or 0xDBAD05) is known color: Gamboge. HEX triplet: DB, AD and 05. RGB value is (219,173,5). Sum of RGB (Red+Green+Blue) = 219+173+5=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD05 is #2452FA. Grayscale: #A8A8A8. Windows color (decimal): -2380539 or 372187. OLE color: 372187.

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

Color convert

RGB 219 173 5 -
CMYK 0 0.21 0.98 0.14
HSL 47.1º 0.96% 0.44% -
HSV(B) 47.1º 0.98% 0.86% -
XYZ 44.18 44.96 6.49 -
YUV 167.6 36.24 164.66 -
System Red Green Blue C M Y K H S L
Decimal 219 173 5 0 0.21 0.98 0.14 47.1 0.96 0.44
Hex DB AD 5 0 15 62 E 2F 60 2C
Octal 333 255 5 0 25 142 16 57 140 54
Binary 11011011 10101101 101 0 10101 1100010 1110 101111 1100000 101100

Color Harmonies of #DBAD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAD05

Black with #DBAD05

Text Example


Text Example

White with #DBAD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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