Html Css Color HEX #DF9103 Gamboge

📋 copy color: '#DF9103'

red 223 ◦ green 145 ◦ blue 3

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

Shades of Gamboge #DF9103

Tints of Gamboge #DF9103

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 60.11%
G = 39.08%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF9103 (or 0xDF9103) is known color: Gamboge. HEX triplet: DF, 91 and 03. RGB value is (223,145,3). Sum of RGB (Red+Green+Blue) = 223+145+3=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9103 is #206EFC. Grayscale: #989898. Windows color (decimal): -2125565 or 233951. OLE color: 233951.

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

Color convert

RGB 223 145 3 -
CMYK 0 0.35 0.99 0.13
HSL 38.73º 0.97% 0.44% -
HSV(B) 38.73º 0.99% 0.87% -
XYZ 40.57 35.95 4.89 -
YUV 152.13 43.84 178.55 -
System Red Green Blue C M Y K H S L
Decimal 223 145 3 0 0.35 0.99 0.13 38.73 0.97 0.44
Hex DF 91 3 0 23 63 D 27 61 2C
Octal 337 221 3 0 43 143 15 47 141 54
Binary 11011111 10010001 11 0 100011 1100011 1101 100111 1100001 101100

Color Harmonies of #DF9103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9103

Black with #DF9103

Text Example


Text Example

White with #DF9103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9103; }

 p { color: rgb(223,145,3); }

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

background-color css

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

 a { background-color: rgb(223,145,3); }

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

border-color css

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

 span { border-color: rgb(223,145,3); }

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