Html Css Color HEX #DD950F Gamboge

📋 copy color: '#DD950F'

red 221 ◦ green 149 ◦ blue 15

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

Shades of Gamboge #DD950F

Tints of Gamboge #DD950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

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

R = 57.4%
G = 38.7%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD950F (or 0xDD950F) is known color: Gamboge. HEX triplet: DD, 95 and 0F. RGB value is (221,149,15). Sum of RGB (Red+Green+Blue) = 221+149+15=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD950F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD950F is #226AF0. Grayscale: #9B9B9B. Windows color (decimal): -2255601 or 1021405. OLE color: 1021405.

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

Color convert

RGB 221 149 15 -
CMYK 0 0.33 0.93 0.13
HSL 39.03º 0.87% 0.46% -
HSV(B) 39.03º 0.93% 0.87% -
XYZ 40.65 36.9 5.43 -
YUV 155.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 221 149 15 0 0.33 0.93 0.13 39.03 0.87 0.46
Hex DD 95 F 0 21 5D D 27 57 2E
Octal 335 225 17 0 41 135 15 47 127 56
Binary 11011101 10010101 1111 0 100001 1011101 1101 100111 1010111 101110

Color Harmonies of #DD950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD950F

Black with #DD950F

Text Example


Text Example

White with #DD950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD950F; }

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

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

background-color css

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

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

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

border-color css

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

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

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