Html Css Color HEX #DF970B Gamboge

📋 copy color: '#DF970B'

red 223 ◦ green 151 ◦ blue 11

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

Shades of Gamboge #DF970B

Tints of Gamboge #DF970B

RGB

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

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

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

R = 57.92%
G = 39.22%
B = 2.86%

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

#DF970B (or 0xDF970B) is known color: Gamboge. HEX triplet: DF, 97 and 0B. RGB value is (223,151,11). Sum of RGB (Red+Green+Blue) = 223+151+11=385 (50% of max value = 765). Red value is 223 (87.5% from 255 or 57.92% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 223 - color contains mainly: red. Hex color #DF970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF970B is #2068F4. Grayscale: #9D9D9D. Windows color (decimal): -2124021 or 759775. OLE color: 759775.

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

Color convert

RGB 223 151 11 -
CMYK 0 0.32 0.95 0.13
HSL 39.62º 0.91% 0.46% -
HSV(B) 39.62º 0.95% 0.87% -
XYZ 41.56 37.85 5.43 -
YUV 156.57 45.85 175.38 -
System Red Green Blue C M Y K H S L
Decimal 223 151 11 0 0.32 0.95 0.13 39.62 0.91 0.46
Hex DF 97 B 0 20 5F D 28 5B 2E
Octal 337 227 13 0 40 137 15 50 133 56
Binary 11011111 10010111 1011 0 100000 1011111 1101 101000 1011011 101110

Color Harmonies of #DF970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF970B

Black with #DF970B

Text Example


Text Example

White with #DF970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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