Html Css Color HEX #DF9714 Gamboge

📋 copy color: '#DF9714'

red 223 ◦ green 151 ◦ blue 20

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

Shades of Gamboge #DF9714

Tints of Gamboge #DF9714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 56.6%
G = 38.32%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF9714 (or 0xDF9714) is known color: Gamboge. HEX triplet: DF, 97 and 14. RGB value is (223,151,20). Sum of RGB (Red+Green+Blue) = 223+151+20=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9714 is #2068EB. Grayscale: #9E9E9E. Windows color (decimal): -2124012 or 1349599. OLE color: 1349599.

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

Color convert

RGB 223 151 20 -
CMYK 0 0.32 0.91 0.13
HSL 38.72º 0.84% 0.48% -
HSV(B) 38.72º 0.91% 0.87% -
XYZ 41.62 37.87 5.78 -
YUV 157.59 50.35 174.65 -
System Red Green Blue C M Y K H S L
Decimal 223 151 20 0 0.32 0.91 0.13 38.72 0.84 0.48
Hex DF 97 14 0 20 5B D 27 54 30
Octal 337 227 24 0 40 133 15 47 124 60
Binary 11011111 10010111 10100 0 100000 1011011 1101 100111 1010100 110000

Color Harmonies of #DF9714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9714

Black with #DF9714

Text Example


Text Example

White with #DF9714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9714; }

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

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

background-color css

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

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

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

border-color css

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

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

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