Html Css Color HEX #DF9B02 Gamboge

📋 copy color: '#DF9B02'

red 223 ◦ green 155 ◦ blue 2

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

Shades of Gamboge #DF9B02

Tints of Gamboge #DF9B02

RGB

 RED value IS 223 (87.5% from 255) = 58.68%

 GREEN value IS 155 (60.94% from 255) = 40.79%

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

R = 58.68%
G = 40.79%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF9B02 (or 0xDF9B02) is known color: Gamboge. HEX triplet: DF, 9B and 02. RGB value is (223,155,2). Sum of RGB (Red+Green+Blue) = 223+155+2=380 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.68% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9B02 is #2064FD. Grayscale: #9E9E9E. Windows color (decimal): -2123006 or 170975. OLE color: 170975.

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

Color convert

RGB 223 155 2 -
CMYK 0 0.30 0.99 0.13
HSL 41.54º 0.98% 0.44% -
HSV(B) 41.54º 0.99% 0.87% -
XYZ 42.16 39.14 5.39 -
YUV 157.89 40.03 174.44 -
System Red Green Blue C M Y K H S L
Decimal 223 155 2 0 0.30 0.99 0.13 41.54 0.98 0.44
Hex DF 9B 2 0 1E 63 D 2A 62 2C
Octal 337 233 2 0 36 143 15 52 142 54
Binary 11011111 10011011 10 0 11110 1100011 1101 101010 1100010 101100

Color Harmonies of #DF9B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9B02

Black with #DF9B02

Text Example


Text Example

White with #DF9B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9B02; }

 p { color: rgb(223,155,2); }

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

background-color css

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

 a { background-color: rgb(223,155,2); }

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

border-color css

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

 span { border-color: rgb(223,155,2); }

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