Html Css Color HEX #DD910F Gamboge

📋 copy color: '#DD910F'

red 221 ◦ green 145 ◦ blue 15

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

Shades of Gamboge #DD910F

Tints of Gamboge #DD910F

RGB

 RED value IS 221 (86.72% from 255) = 58.01%

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

 BLUE value IS 15 (6.25% from 255) = 3.94%

R = 58.01%
G = 38.06%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD910F (or 0xDD910F) is known color: Gamboge. HEX triplet: DD, 91 and 0F. RGB value is (221,145,15). Sum of RGB (Red+Green+Blue) = 221+145+15=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD910F is #226EF0. Grayscale: #999999. Windows color (decimal): -2256625 or 1020381. OLE color: 1020381.

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

Color convert

RGB 221 145 15 -
CMYK 0 0.34 0.93 0.13
HSL 37.86º 0.87% 0.46% -
HSV(B) 37.86º 0.93% 0.87% -
XYZ 40.03 35.66 5.22 -
YUV 152.9 50.18 176.57 -
System Red Green Blue C M Y K H S L
Decimal 221 145 15 0 0.34 0.93 0.13 37.86 0.87 0.46
Hex DD 91 F 0 22 5D D 26 57 2E
Octal 335 221 17 0 42 135 15 46 127 56
Binary 11011101 10010001 1111 0 100010 1011101 1101 100110 1010111 101110

Color Harmonies of #DD910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD910F

Black with #DD910F

Text Example


Text Example

White with #DD910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD910F; }

 p { color: rgb(221,145,15); }

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

background-color css

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

 a { background-color: rgb(221,145,15); }

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

border-color css

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

 span { border-color: rgb(221,145,15); }

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