Html Css Color HEX #DD8A0D Gamboge

📋 copy color: '#DD8A0D'

red 221 ◦ green 138 ◦ blue 13

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

Shades of Gamboge #DD8A0D

Tints of Gamboge #DD8A0D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 59.41%
G = 37.1%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD8A0D (or 0xDD8A0D) is known color: Gamboge. HEX triplet: DD, 8A and 0D. RGB value is (221,138,13). Sum of RGB (Red+Green+Blue) = 221+138+13=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A0D is #2275F2. Grayscale: #959595. Windows color (decimal): -2258419 or 887517. OLE color: 887517.

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

Color convert

RGB 221 138 13 -
CMYK 0 0.38 0.94 0.13
HSL 36.06º 0.89% 0.46% -
HSV(B) 36.06º 0.94% 0.87% -
XYZ 38.98 33.58 4.81 -
YUV 148.57 51.5 179.66 -
System Red Green Blue C M Y K H S L
Decimal 221 138 13 0 0.38 0.94 0.13 36.06 0.89 0.46
Hex DD 8A D 0 26 5E D 24 59 2E
Octal 335 212 15 0 46 136 15 44 131 56
Binary 11011101 10001010 1101 0 100110 1011110 1101 100100 1011001 101110

Color Harmonies of #DD8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A0D

Black with #DD8A0D

Text Example


Text Example

White with #DD8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A0D; }

 p { color: rgb(221,138,13); }

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

background-color css

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

 a { background-color: rgb(221,138,13); }

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

border-color css

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

 span { border-color: rgb(221,138,13); }

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