Html Css Color HEX #DF9105 Gamboge

📋 copy color: '#DF9105'

red 223 ◦ green 145 ◦ blue 5

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

Shades of Gamboge #DF9105

Tints of Gamboge #DF9105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 59.79%
G = 38.87%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF9105 (or 0xDF9105) is known color: Gamboge. HEX triplet: DF, 91 and 05. RGB value is (223,145,5). Sum of RGB (Red+Green+Blue) = 223+145+5=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9105 is #206EFA. Grayscale: #999999. Windows color (decimal): -2125563 or 365023. OLE color: 365023.

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

Color convert

RGB 223 145 5 -
CMYK 0 0.35 0.98 0.13
HSL 38.53º 0.96% 0.45% -
HSV(B) 38.53º 0.98% 0.87% -
XYZ 40.58 35.95 4.94 -
YUV 152.36 44.84 178.38 -
System Red Green Blue C M Y K H S L
Decimal 223 145 5 0 0.35 0.98 0.13 38.53 0.96 0.45
Hex DF 91 5 0 23 62 D 27 60 2D
Octal 337 221 5 0 43 142 15 47 140 55
Binary 11011111 10010001 101 0 100011 1100010 1101 100111 1100000 101101

Color Harmonies of #DF9105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9105

Black with #DF9105

Text Example


Text Example

White with #DF9105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9105; }

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

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

background-color css

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

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

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

border-color css

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

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

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