Html Css Color HEX #DF910A Gamboge

📋 copy color: '#DF910A'

red 223 ◦ green 145 ◦ blue 10

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

Shades of Gamboge #DF910A

Tints of Gamboge #DF910A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 58.99%
G = 38.36%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF910A (or 0xDF910A) is known color: Gamboge. HEX triplet: DF, 91 and 0A. RGB value is (223,145,10). Sum of RGB (Red+Green+Blue) = 223+145+10=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF910A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF910A is #206EF5. Grayscale: #999999. Windows color (decimal): -2125558 or 692703. OLE color: 692703.

HSL color Cylindrical-coordinate representation of color #DF910A: hue angle of 38.03º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF910A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 10 -
CMYK 0 0.35 0.96 0.13
HSL 38.03º 0.91% 0.46% -
HSV(B) 38.03º 0.96% 0.87% -
XYZ 40.61 35.96 5.09 -
YUV 152.93 47.34 177.98 -
System Red Green Blue C M Y K H S L
Decimal 223 145 10 0 0.35 0.96 0.13 38.03 0.91 0.46
Hex DF 91 A 0 23 60 D 26 5B 2E
Octal 337 221 12 0 43 140 15 46 133 56
Binary 11011111 10010001 1010 0 100011 1100000 1101 100110 1011011 101110

Color Harmonies of #DF910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF910A

Black with #DF910A

Text Example


Text Example

White with #DF910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF910A; }

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

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

background-color css

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

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

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

border-color css

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

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

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