Html Css Color HEX #DD9A0E Gamboge

📋 copy color: '#DD9A0E'

red 221 ◦ green 154 ◦ blue 14

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

Shades of Gamboge #DD9A0E

Tints of Gamboge #DD9A0E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

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

R = 56.81%
G = 39.59%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD9A0E (or 0xDD9A0E) is known color: Gamboge. HEX triplet: DD, 9A and 0E. RGB value is (221,154,14). Sum of RGB (Red+Green+Blue) = 221+154+14=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9A0E is #2265F1. Grayscale: #9E9E9E. Windows color (decimal): -2254322 or 957149. OLE color: 957149.

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

Color convert

RGB 221 154 14 -
CMYK 0 0.30 0.94 0.13
HSL 40.58º 0.88% 0.46% -
HSV(B) 40.58º 0.94% 0.87% -
XYZ 41.45 38.52 5.66 -
YUV 158.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 221 154 14 0 0.30 0.94 0.13 40.58 0.88 0.46
Hex DD 9A E 0 1E 5E D 29 58 2E
Octal 335 232 16 0 36 136 15 51 130 56
Binary 11011101 10011010 1110 0 11110 1011110 1101 101001 1011000 101110

Color Harmonies of #DD9A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A0E

Black with #DD9A0E

Text Example


Text Example

White with #DD9A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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