Html Css Color HEX #DBB002 Gamboge

📋 copy color: '#DBB002'

red 219 ◦ green 176 ◦ blue 2

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

Shades of Gamboge #DBB002

Tints of Gamboge #DBB002

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.33%

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

R = 55.16%
G = 44.33%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBB002 (or 0xDBB002) is known color: Gamboge. HEX triplet: DB, B0 and 02. RGB value is (219,176,2). Sum of RGB (Red+Green+Blue) = 219+176+2=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB002 is #244FFD. Grayscale: #A9A9A9. Windows color (decimal): -2379774 or 176347. OLE color: 176347.

HSL color Cylindrical-coordinate representation of color #DBB002: hue angle of 48.11º 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 #DBB002 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 2 -
CMYK 0 0.20 0.99 0.14
HSL 48.11º 0.98% 0.43% -
HSV(B) 48.11º 0.99% 0.86% -
XYZ 44.75 46.12 6.6 -
YUV 169.02 33.75 163.65 -
System Red Green Blue C M Y K H S L
Decimal 219 176 2 0 0.20 0.99 0.14 48.11 0.98 0.43
Hex DB B0 2 0 14 63 E 30 62 2B
Octal 333 260 2 0 24 143 16 60 142 53
Binary 11011011 10110000 10 0 10100 1100011 1110 110000 1100010 101011

Color Harmonies of #DBB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB002

Black with #DBB002

Text Example


Text Example

White with #DBB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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