Html Css Color HEX #DB9A02 Gamboge

📋 copy color: '#DB9A02'

red 219 ◦ green 154 ◦ blue 2

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

Shades of Gamboge #DB9A02

Tints of Gamboge #DB9A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 58.4%
G = 41.07%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DB9A02 (or 0xDB9A02) is known color: Gamboge. HEX triplet: DB, 9A and 02. RGB value is (219,154,2). Sum of RGB (Red+Green+Blue) = 219+154+2=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9A02 is #2465FD. Grayscale: #9C9C9C. Windows color (decimal): -2385406 or 170715. OLE color: 170715.

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

Color convert

RGB 219 154 2 -
CMYK 0 0.30 0.99 0.14
HSL 42.03º 0.98% 0.43% -
HSV(B) 42.03º 0.99% 0.86% -
XYZ 40.78 38.18 5.28 -
YUV 156.11 41.03 172.86 -
System Red Green Blue C M Y K H S L
Decimal 219 154 2 0 0.30 0.99 0.14 42.03 0.98 0.43
Hex DB 9A 2 0 1E 63 E 2A 62 2B
Octal 333 232 2 0 36 143 16 52 142 53
Binary 11011011 10011010 10 0 11110 1100011 1110 101010 1100010 101011

Color Harmonies of #DB9A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A02

Black with #DB9A02

Text Example


Text Example

White with #DB9A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A02; }

 p { color: rgb(219,154,2); }

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

background-color css

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

 a { background-color: rgb(219,154,2); }

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

border-color css

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

 span { border-color: rgb(219,154,2); }

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