Html Css Color HEX #DBAB02 Gamboge

📋 copy color: '#DBAB02'

red 219 ◦ green 171 ◦ blue 2

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

Shades of Gamboge #DBAB02

Tints of Gamboge #DBAB02

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

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

R = 55.87%
G = 43.62%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DBAB02 (or 0xDBAB02) is known color: Gamboge. HEX triplet: DB, AB and 02. RGB value is (219,171,2). Sum of RGB (Red+Green+Blue) = 219+171+2=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAB02 is #2454FD. Grayscale: #A6A6A6. Windows color (decimal): -2381054 or 175067. OLE color: 175067.

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

Color convert

RGB 219 171 2 -
CMYK 0 0.22 0.99 0.14
HSL 46.73º 0.98% 0.43% -
HSV(B) 46.73º 0.99% 0.86% -
XYZ 43.79 44.19 6.28 -
YUV 166.09 35.4 165.74 -
System Red Green Blue C M Y K H S L
Decimal 219 171 2 0 0.22 0.99 0.14 46.73 0.98 0.43
Hex DB AB 2 0 16 63 E 2F 62 2B
Octal 333 253 2 0 26 143 16 57 142 53
Binary 11011011 10101011 10 0 10110 1100011 1110 101111 1100010 101011

Color Harmonies of #DBAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB02

Black with #DBAB02

Text Example


Text Example

White with #DBAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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