Html Css Color HEX #DF9402 Gamboge

📋 copy color: '#DF9402'

red 223 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #DF9402

Tints of Gamboge #DF9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

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

R = 59.79%
G = 39.68%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF9402 (or 0xDF9402) is known color: Gamboge. HEX triplet: DF, 94 and 02. RGB value is (223,148,2). Sum of RGB (Red+Green+Blue) = 223+148+2=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9402 is #206BFD. Grayscale: #9A9A9A. Windows color (decimal): -2124798 or 169183. OLE color: 169183.

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

Color convert

RGB 223 148 2 -
CMYK 0 0.34 0.99 0.13
HSL 39.64º 0.98% 0.44% -
HSV(B) 39.64º 0.99% 0.87% -
XYZ 41.03 36.87 5.01 -
YUV 153.78 42.35 177.37 -
System Red Green Blue C M Y K H S L
Decimal 223 148 2 0 0.34 0.99 0.13 39.64 0.98 0.44
Hex DF 94 2 0 22 63 D 28 62 2C
Octal 337 224 2 0 42 143 15 50 142 54
Binary 11011111 10010100 10 0 100010 1100011 1101 101000 1100010 101100

Color Harmonies of #DF9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9402

Black with #DF9402

Text Example


Text Example

White with #DF9402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9402; }

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

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

background-color css

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

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

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

border-color css

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

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

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