Html Css Color HEX #DF910F Gamboge

📋 copy color: '#DF910F'

red 223 ◦ green 145 ◦ blue 15

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

Shades of Gamboge #DF910F

Tints of Gamboge #DF910F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.92%

R = 58.22%
G = 37.86%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF910F (or 0xDF910F) is known color: Gamboge. HEX triplet: DF, 91 and 0F. RGB value is (223,145,15). Sum of RGB (Red+Green+Blue) = 223+145+15=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF910F is #206EF0. Grayscale: #9A9A9A. Windows color (decimal): -2125553 or 1020383. OLE color: 1020383.

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

Color convert

RGB 223 145 15 -
CMYK 0 0.35 0.93 0.13
HSL 37.5º 0.87% 0.47% -
HSV(B) 37.5º 0.93% 0.87% -
XYZ 40.64 35.97 5.25 -
YUV 153.5 49.84 177.57 -
System Red Green Blue C M Y K H S L
Decimal 223 145 15 0 0.35 0.93 0.13 37.5 0.87 0.47
Hex DF 91 F 0 23 5D D 26 57 2F
Octal 337 221 17 0 43 135 15 46 127 57
Binary 11011111 10010001 1111 0 100011 1011101 1101 100110 1010111 101111

Color Harmonies of #DF910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF910F

Black with #DF910F

Text Example


Text Example

White with #DF910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF910F; }

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

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

background-color css

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

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

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

border-color css

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

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

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