Html Css Color HEX #DF9608 Gamboge

📋 copy color: '#DF9608'

red 223 ◦ green 150 ◦ blue 8

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

Shades of Gamboge #DF9608

Tints of Gamboge #DF9608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.1%

R = 58.53%
G = 39.37%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9608 (or 0xDF9608) is known color: Gamboge. HEX triplet: DF, 96 and 08. RGB value is (223,150,8). Sum of RGB (Red+Green+Blue) = 223+150+8=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9608 is #2069F7. Grayscale: #9C9C9C. Windows color (decimal): -2124280 or 562911. OLE color: 562911.

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

Color convert

RGB 223 150 8 -
CMYK 0 0.33 0.96 0.13
HSL 39.63º 0.93% 0.45% -
HSV(B) 39.63º 0.96% 0.87% -
XYZ 41.38 37.52 5.29 -
YUV 155.64 44.68 176.05 -
System Red Green Blue C M Y K H S L
Decimal 223 150 8 0 0.33 0.96 0.13 39.63 0.93 0.45
Hex DF 96 8 0 21 60 D 28 5D 2D
Octal 337 226 10 0 41 140 15 50 135 55
Binary 11011111 10010110 1000 0 100001 1100000 1101 101000 1011101 101101

Color Harmonies of #DF9608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9608

Black with #DF9608

Text Example


Text Example

White with #DF9608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9608; }

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

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

background-color css

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

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

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

border-color css

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

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

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