Html Css Color HEX #DF971A Gamboge

📋 copy color: '#DF971A'

red 223 ◦ green 151 ◦ blue 26

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

Shades of Gamboge #DF971A

Tints of Gamboge #DF971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.75%

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

R = 55.75%
G = 37.75%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF971A (or 0xDF971A) is known color: Gamboge. HEX triplet: DF, 97 and 1A. RGB value is (223,151,26). Sum of RGB (Red+Green+Blue) = 223+151+26=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF971A is #2068E5. Grayscale: #9E9E9E. Windows color (decimal): -2124006 or 1742815. OLE color: 1742815.

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

Color convert

RGB 223 151 26 -
CMYK 0 0.32 0.88 0.13
HSL 38.07º 0.79% 0.49% -
HSV(B) 38.07º 0.88% 0.87% -
XYZ 41.68 37.9 6.09 -
YUV 158.28 53.35 174.16 -
System Red Green Blue C M Y K H S L
Decimal 223 151 26 0 0.32 0.88 0.13 38.07 0.79 0.49
Hex DF 97 1A 0 20 58 D 26 4F 31
Octal 337 227 32 0 40 130 15 46 117 61
Binary 11011111 10010111 11010 0 100000 1011000 1101 100110 1001111 110001

Color Harmonies of #DF971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF971A

Black with #DF971A

Text Example


Text Example

White with #DF971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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