Html Css Color HEX #DF931A Gamboge

📋 copy color: '#DF931A'

red 223 ◦ green 147 ◦ blue 26

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

Shades of Gamboge #DF931A

Tints of Gamboge #DF931A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

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

R = 56.31%
G = 37.12%
B = 6.57%

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

#DF931A (or 0xDF931A) is known color: Gamboge. HEX triplet: DF, 93 and 1A. RGB value is (223,147,26). Sum of RGB (Red+Green+Blue) = 223+147+26=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF931A is #206CE5. Grayscale: #9C9C9C. Windows color (decimal): -2125030 or 1741791. OLE color: 1741791.

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

Color convert

RGB 223 147 26 -
CMYK 0 0.34 0.88 0.13
HSL 36.85º 0.79% 0.49% -
HSV(B) 36.85º 0.88% 0.87% -
XYZ 41.05 36.63 5.88 -
YUV 155.93 54.68 175.84 -
System Red Green Blue C M Y K H S L
Decimal 223 147 26 0 0.34 0.88 0.13 36.85 0.79 0.49
Hex DF 93 1A 0 22 58 D 25 4F 31
Octal 337 223 32 0 42 130 15 45 117 61
Binary 11011111 10010011 11010 0 100010 1011000 1101 100101 1001111 110001

Color Harmonies of #DF931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF931A

Black with #DF931A

Text Example


Text Example

White with #DF931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF931A; }

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

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

background-color css

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

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

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

border-color css

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

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

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