Html Css Color HEX #DF9108 Gamboge

📋 copy color: '#DF9108'

red 223 ◦ green 145 ◦ blue 8

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

Shades of Gamboge #DF9108

Tints of Gamboge #DF9108

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

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

R = 59.31%
G = 38.56%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF9108 (or 0xDF9108) is known color: Gamboge. HEX triplet: DF, 91 and 08. RGB value is (223,145,8). Sum of RGB (Red+Green+Blue) = 223+145+8=376 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.31% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9108 is #206EF7. Grayscale: #999999. Windows color (decimal): -2125560 or 561631. OLE color: 561631.

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

Color convert

RGB 223 145 8 -
CMYK 0 0.35 0.96 0.13
HSL 38.23º 0.93% 0.45% -
HSV(B) 38.23º 0.96% 0.87% -
XYZ 40.6 35.96 5.03 -
YUV 152.7 46.34 178.14 -
System Red Green Blue C M Y K H S L
Decimal 223 145 8 0 0.35 0.96 0.13 38.23 0.93 0.45
Hex DF 91 8 0 23 60 D 26 5D 2D
Octal 337 221 10 0 43 140 15 46 135 55
Binary 11011111 10010001 1000 0 100011 1100000 1101 100110 1011101 101101

Color Harmonies of #DF9108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9108

Black with #DF9108

Text Example


Text Example

White with #DF9108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9108; }

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

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

background-color css

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

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

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

border-color css

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

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

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