Html Css Color HEX #DF8D03 Gamboge

📋 copy color: '#DF8D03'

red 223 ◦ green 141 ◦ blue 3

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

Shades of Gamboge #DF8D03

Tints of Gamboge #DF8D03

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

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

R = 60.76%
G = 38.42%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF8D03 (or 0xDF8D03) is known color: Gamboge. HEX triplet: DF, 8D and 03. RGB value is (223,141,3). Sum of RGB (Red+Green+Blue) = 223+141+3=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8D03 is #2072FC. Grayscale: #969696. Windows color (decimal): -2126589 or 232927. OLE color: 232927.

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

Color convert

RGB 223 141 3 -
CMYK 0 0.37 0.99 0.13
HSL 37.64º 0.97% 0.44% -
HSV(B) 37.64º 0.99% 0.87% -
XYZ 39.97 34.74 4.69 -
YUV 149.79 45.17 180.22 -
System Red Green Blue C M Y K H S L
Decimal 223 141 3 0 0.37 0.99 0.13 37.64 0.97 0.44
Hex DF 8D 3 0 25 63 D 26 61 2C
Octal 337 215 3 0 45 143 15 46 141 54
Binary 11011111 10001101 11 0 100101 1100011 1101 100110 1100001 101100

Color Harmonies of #DF8D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D03

Black with #DF8D03

Text Example


Text Example

White with #DF8D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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