Html Css Color HEX #DF981A Gamboge

📋 copy color: '#DF981A'

red 223 ◦ green 152 ◦ blue 26

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

Shades of Gamboge #DF981A

Tints of Gamboge #DF981A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.91%

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

R = 55.61%
G = 37.91%
B = 6.48%

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

#DF981A (or 0xDF981A) is known color: Gamboge. HEX triplet: DF, 98 and 1A. RGB value is (223,152,26). Sum of RGB (Red+Green+Blue) = 223+152+26=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF981A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF981A is #2067E5. Grayscale: #9F9F9F. Windows color (decimal): -2123750 or 1743071. OLE color: 1743071.

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

Color convert

RGB 223 152 26 -
CMYK 0 0.32 0.88 0.13
HSL 38.38º 0.79% 0.49% -
HSV(B) 38.38º 0.88% 0.87% -
XYZ 41.85 38.22 6.15 -
YUV 158.87 53.02 173.75 -
System Red Green Blue C M Y K H S L
Decimal 223 152 26 0 0.32 0.88 0.13 38.38 0.79 0.49
Hex DF 98 1A 0 20 58 D 26 4F 31
Octal 337 230 32 0 40 130 15 46 117 61
Binary 11011111 10011000 11010 0 100000 1011000 1101 100110 1001111 110001

Color Harmonies of #DF981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF981A

Black with #DF981A

Text Example


Text Example

White with #DF981A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF981A; }

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

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

background-color css

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

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

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

border-color css

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

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

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