Html Css Color HEX #DD930F Gamboge

📋 copy color: '#DD930F'

red 221 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #DD930F

Tints of Gamboge #DD930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 57.7%
G = 38.38%
B = 3.92%

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

#DD930F (or 0xDD930F) is known color: Gamboge. HEX triplet: DD, 93 and 0F. RGB value is (221,147,15). Sum of RGB (Red+Green+Blue) = 221+147+15=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD930F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD930F is #226CF0. Grayscale: #9A9A9A. Windows color (decimal): -2256113 or 1020893. OLE color: 1020893.

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

Color convert

RGB 221 147 15 -
CMYK 0 0.33 0.93 0.13
HSL 38.45º 0.87% 0.46% -
HSV(B) 38.45º 0.93% 0.87% -
XYZ 40.34 36.27 5.33 -
YUV 154.08 49.52 175.73 -
System Red Green Blue C M Y K H S L
Decimal 221 147 15 0 0.33 0.93 0.13 38.45 0.87 0.46
Hex DD 93 F 0 21 5D D 26 57 2E
Octal 335 223 17 0 41 135 15 46 127 56
Binary 11011101 10010011 1111 0 100001 1011101 1101 100110 1010111 101110

Color Harmonies of #DD930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD930F

Black with #DD930F

Text Example


Text Example

White with #DD930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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