Html Css Color HEX #DF941A Gamboge

📋 copy color: '#DF941A'

red 223 ◦ green 148 ◦ blue 26

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

Shades of Gamboge #DF941A

Tints of Gamboge #DF941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 56.17%
G = 37.28%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF941A (or 0xDF941A) is known color: Gamboge. HEX triplet: DF, 94 and 1A. RGB value is (223,148,26). Sum of RGB (Red+Green+Blue) = 223+148+26=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF941A is #206BE5. Grayscale: #9D9D9D. Windows color (decimal): -2124774 or 1742047. OLE color: 1742047.

HSL color Cylindrical-coordinate representation of color #DF941A: hue angle of 37.16º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF941A is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 26 -
CMYK 0 0.34 0.88 0.13
HSL 37.16º 0.79% 0.49% -
HSV(B) 37.16º 0.88% 0.87% -
XYZ 41.21 36.94 5.94 -
YUV 156.52 54.35 175.42 -
System Red Green Blue C M Y K H S L
Decimal 223 148 26 0 0.34 0.88 0.13 37.16 0.79 0.49
Hex DF 94 1A 0 22 58 D 25 4F 31
Octal 337 224 32 0 42 130 15 45 117 61
Binary 11011111 10010100 11010 0 100010 1011000 1101 100101 1001111 110001

Color Harmonies of #DF941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF941A

Black with #DF941A

Text Example


Text Example

White with #DF941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF941A; }

 p { color: rgb(223,148,26); }

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

background-color css

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

 a { background-color: rgb(223,148,26); }

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

border-color css

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

 span { border-color: rgb(223,148,26); }

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