Html Css Color HEX #DBAF02 Gamboge

📋 copy color: '#DBAF02'

red 219 ◦ green 175 ◦ blue 2

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

Shades of Gamboge #DBAF02

Tints of Gamboge #DBAF02

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.19%

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

R = 55.3%
G = 44.19%
B = 0.51%

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

#DBAF02 (or 0xDBAF02) is known color: Gamboge. HEX triplet: DB, AF and 02. RGB value is (219,175,2). Sum of RGB (Red+Green+Blue) = 219+175+2=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF02 is #2450FD. Grayscale: #A9A9A9. Windows color (decimal): -2380030 or 176091. OLE color: 176091.

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

Color convert

RGB 219 175 2 -
CMYK 0 0.20 0.99 0.14
HSL 47.83º 0.98% 0.43% -
HSV(B) 47.83º 0.99% 0.86% -
XYZ 44.55 45.72 6.53 -
YUV 168.43 34.08 164.07 -
System Red Green Blue C M Y K H S L
Decimal 219 175 2 0 0.20 0.99 0.14 47.83 0.98 0.43
Hex DB AF 2 0 14 63 E 30 62 2B
Octal 333 257 2 0 24 143 16 60 142 53
Binary 11011011 10101111 10 0 10100 1100011 1110 110000 1100010 101011

Color Harmonies of #DBAF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF02

Black with #DBAF02

Text Example


Text Example

White with #DBAF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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