Html Css Color HEX #DF9618 Gamboge

📋 copy color: '#DF9618'

red 223 ◦ green 150 ◦ blue 24

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

Shades of Gamboge #DF9618

Tints of Gamboge #DF9618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.78%

 BLUE value IS 24 (9.77% from 255) = 6.05%

R = 56.17%
G = 37.78%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF9618 (or 0xDF9618) is known color: Gamboge. HEX triplet: DF, 96 and 18. RGB value is (223,150,24). Sum of RGB (Red+Green+Blue) = 223+150+24=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9618 is #2069E7. Grayscale: #9E9E9E. Windows color (decimal): -2124264 or 1611487. OLE color: 1611487.

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

Color convert

RGB 223 150 24 -
CMYK 0 0.33 0.89 0.13
HSL 37.99º 0.81% 0.48% -
HSV(B) 37.99º 0.89% 0.87% -
XYZ 41.5 37.57 5.93 -
YUV 157.46 52.68 174.75 -
System Red Green Blue C M Y K H S L
Decimal 223 150 24 0 0.33 0.89 0.13 37.99 0.81 0.48
Hex DF 96 18 0 21 59 D 26 51 30
Octal 337 226 30 0 41 131 15 46 121 60
Binary 11011111 10010110 11000 0 100001 1011001 1101 100110 1010001 110000

Color Harmonies of #DF9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9618

Black with #DF9618

Text Example


Text Example

White with #DF9618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9618; }

 p { color: rgb(223,150,24); }

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

background-color css

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

 a { background-color: rgb(223,150,24); }

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

border-color css

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

 span { border-color: rgb(223,150,24); }

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