Html Css Color HEX #DF9004 Gamboge

📋 copy color: '#DF9004'

red 223 ◦ green 144 ◦ blue 4

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

Shades of Gamboge #DF9004

Tints of Gamboge #DF9004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 60.11%
G = 38.81%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF9004 (or 0xDF9004) is known color: Gamboge. HEX triplet: DF, 90 and 04. RGB value is (223,144,4). Sum of RGB (Red+Green+Blue) = 223+144+4=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9004 is #206FFB. Grayscale: #989898. Windows color (decimal): -2125820 or 299231. OLE color: 299231.

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

Color convert

RGB 223 144 4 -
CMYK 0 0.35 0.98 0.13
HSL 38.36º 0.96% 0.45% -
HSV(B) 38.36º 0.98% 0.87% -
XYZ 40.43 35.64 4.86 -
YUV 151.66 44.67 178.88 -
System Red Green Blue C M Y K H S L
Decimal 223 144 4 0 0.35 0.98 0.13 38.36 0.96 0.45
Hex DF 90 4 0 23 62 D 26 60 2D
Octal 337 220 4 0 43 142 15 46 140 55
Binary 11011111 10010000 100 0 100011 1100010 1101 100110 1100000 101101

Color Harmonies of #DF9004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9004

Black with #DF9004

Text Example


Text Example

White with #DF9004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9004; }

 p { color: rgb(223,144,4); }

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

background-color css

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

 a { background-color: rgb(223,144,4); }

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

border-color css

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

 span { border-color: rgb(223,144,4); }

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