Html Css Color HEX #DF9502 Gamboge

📋 copy color: '#DF9502'

red 223 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #DF9502

Tints of Gamboge #DF9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

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

R = 59.63%
G = 39.84%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF9502 (or 0xDF9502) is known color: Gamboge. HEX triplet: DF, 95 and 02. RGB value is (223,149,2). Sum of RGB (Red+Green+Blue) = 223+149+2=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9502 is #206AFD. Grayscale: #9B9B9B. Windows color (decimal): -2124542 or 169439. OLE color: 169439.

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

Color convert

RGB 223 149 2 -
CMYK 0 0.33 0.99 0.13
HSL 39.91º 0.98% 0.44% -
HSV(B) 39.91º 0.99% 0.87% -
XYZ 41.19 37.19 5.06 -
YUV 154.37 42.02 176.95 -
System Red Green Blue C M Y K H S L
Decimal 223 149 2 0 0.33 0.99 0.13 39.91 0.98 0.44
Hex DF 95 2 0 21 63 D 28 62 2C
Octal 337 225 2 0 41 143 15 50 142 54
Binary 11011111 10010101 10 0 100001 1100011 1101 101000 1100010 101100

Color Harmonies of #DF9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9502

Black with #DF9502

Text Example


Text Example

White with #DF9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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