Html Css Color HEX #DF980B Gamboge

📋 copy color: '#DF980B'

red 223 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #DF980B

Tints of Gamboge #DF980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.85%

R = 57.77%
G = 39.38%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF980B (or 0xDF980B) is known color: Gamboge. HEX triplet: DF, 98 and 0B. RGB value is (223,152,11). Sum of RGB (Red+Green+Blue) = 223+152+11=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF980B is #2067F4. Grayscale: #9D9D9D. Windows color (decimal): -2123765 or 760031. OLE color: 760031.

HSL color Cylindrical-coordinate representation of color #DF980B: hue angle of 39.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF980B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 11 -
CMYK 0 0.32 0.95 0.13
HSL 39.91º 0.91% 0.46% -
HSV(B) 39.91º 0.95% 0.87% -
XYZ 41.72 38.17 5.49 -
YUV 157.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 223 152 11 0 0.32 0.95 0.13 39.91 0.91 0.46
Hex DF 98 B 0 20 5F D 28 5B 2E
Octal 337 230 13 0 40 137 15 50 133 56
Binary 11011111 10011000 1011 0 100000 1011111 1101 101000 1011011 101110

Color Harmonies of #DF980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF980B

Black with #DF980B

Text Example


Text Example

White with #DF980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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