Html Css Color HEX #DF8A07 Gamboge

📋 copy color: '#DF8A07'

red 223 ◦ green 138 ◦ blue 7

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

Shades of Gamboge #DF8A07

Tints of Gamboge #DF8A07

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 60.6%
G = 37.5%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF8A07 (or 0xDF8A07) is known color: Gamboge. HEX triplet: DF, 8A and 07. RGB value is (223,138,7). Sum of RGB (Red+Green+Blue) = 223+138+7=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8A07 is #2075F8. Grayscale: #959595. Windows color (decimal): -2127353 or 494303. OLE color: 494303.

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

Color convert

RGB 223 138 7 -
CMYK 0 0.38 0.97 0.13
HSL 36.39º 0.94% 0.45% -
HSV(B) 36.39º 0.97% 0.87% -
XYZ 39.56 33.88 4.66 -
YUV 148.48 48.16 181.15 -
System Red Green Blue C M Y K H S L
Decimal 223 138 7 0 0.38 0.97 0.13 36.39 0.94 0.45
Hex DF 8A 7 0 26 61 D 24 5E 2D
Octal 337 212 7 0 46 141 15 44 136 55
Binary 11011111 10001010 111 0 100110 1100001 1101 100100 1011110 101101

Color Harmonies of #DF8A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A07

Black with #DF8A07

Text Example


Text Example

White with #DF8A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A07; }

 p { color: rgb(223,138,7); }

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

background-color css

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

 a { background-color: rgb(223,138,7); }

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

border-color css

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

 span { border-color: rgb(223,138,7); }

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