Html Css Color HEX #DD940E Gamboge

📋 copy color: '#DD940E'

red 221 ◦ green 148 ◦ blue 14

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

Shades of Gamboge #DD940E

Tints of Gamboge #DD940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 57.7%
G = 38.64%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD940E (or 0xDD940E) is known color: Gamboge. HEX triplet: DD, 94 and 0E. RGB value is (221,148,14). Sum of RGB (Red+Green+Blue) = 221+148+14=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD940E is #226BF1. Grayscale: #9B9B9B. Windows color (decimal): -2255858 or 955613. OLE color: 955613.

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

Color convert

RGB 221 148 14 -
CMYK 0 0.33 0.94 0.13
HSL 38.84º 0.88% 0.46% -
HSV(B) 38.84º 0.94% 0.87% -
XYZ 40.49 36.58 5.34 -
YUV 154.55 48.68 175.4 -
System Red Green Blue C M Y K H S L
Decimal 221 148 14 0 0.33 0.94 0.13 38.84 0.88 0.46
Hex DD 94 E 0 21 5E D 27 58 2E
Octal 335 224 16 0 41 136 15 47 130 56
Binary 11011101 10010100 1110 0 100001 1011110 1101 100111 1011000 101110

Color Harmonies of #DD940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD940E

Black with #DD940E

Text Example


Text Example

White with #DD940E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD940E; }

 p { color: rgb(221,148,14); }

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

background-color css

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

 a { background-color: rgb(221,148,14); }

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

border-color css

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

 span { border-color: rgb(221,148,14); }

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