Html Css Color HEX #DF9A01 Gamboge

📋 copy color: '#DF9A01'

red 223 ◦ green 154 ◦ blue 1

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

Shades of Gamboge #DF9A01

Tints of Gamboge #DF9A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 58.99%
G = 40.74%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF9A01 (or 0xDF9A01) is known color: Gamboge. HEX triplet: DF, 9A and 01. RGB value is (223,154,1). Sum of RGB (Red+Green+Blue) = 223+154+1=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A01 is #2065FE. Grayscale: #9D9D9D. Windows color (decimal): -2123263 or 105183. OLE color: 105183.

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

Color convert

RGB 223 154 1 -
CMYK 0 0.31 1.00 0.13
HSL 41.35º 0.99% 0.44% -
HSV(B) 41.35º 1% 0.87% -
XYZ 41.99 38.8 5.3 -
YUV 157.19 39.86 174.94 -
System Red Green Blue C M Y K H S L
Decimal 223 154 1 0 0.31 1.00 0.13 41.35 0.99 0.44
Hex DF 9A 1 0 1F 64 D 29 63 2C
Octal 337 232 1 0 37 144 15 51 143 54
Binary 11011111 10011010 1 0 11111 1100100 1101 101001 1100011 101100

Color Harmonies of #DF9A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9A01

Black with #DF9A01

Text Example


Text Example

White with #DF9A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9A01; }

 p { color: rgb(223,154,1); }

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

background-color css

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

 a { background-color: rgb(223,154,1); }

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

border-color css

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

 span { border-color: rgb(223,154,1); }

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