Html Css Color HEX #DF8F05 Gamboge

📋 copy color: '#DF8F05'

red 223 ◦ green 143 ◦ blue 5

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

Shades of Gamboge #DF8F05

Tints of Gamboge #DF8F05

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.54%

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 60.11%
G = 38.54%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF8F05 (or 0xDF8F05) is known color: Gamboge. HEX triplet: DF, 8F and 05. RGB value is (223,143,5). Sum of RGB (Red+Green+Blue) = 223+143+5=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8F05 is #2070FA. Grayscale: #979797. Windows color (decimal): -2126075 or 364511. OLE color: 364511.

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

Color convert

RGB 223 143 5 -
CMYK 0 0.36 0.98 0.13
HSL 37.98º 0.96% 0.45% -
HSV(B) 37.98º 0.98% 0.87% -
XYZ 40.28 35.34 4.84 -
YUV 151.19 45.5 179.22 -
System Red Green Blue C M Y K H S L
Decimal 223 143 5 0 0.36 0.98 0.13 37.98 0.96 0.45
Hex DF 8F 5 0 24 62 D 26 60 2D
Octal 337 217 5 0 44 142 15 46 140 55
Binary 11011111 10001111 101 0 100100 1100010 1101 100110 1100000 101101

Color Harmonies of #DF8F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F05

Black with #DF8F05

Text Example


Text Example

White with #DF8F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F05; }

 p { color: rgb(223,143,5); }

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

background-color css

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

 a { background-color: rgb(223,143,5); }

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

border-color css

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

 span { border-color: rgb(223,143,5); }

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