Html Css Color HEX #DD8A0A Gamboge

📋 copy color: '#DD8A0A'

red 221 ◦ green 138 ◦ blue 10

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

Shades of Gamboge #DD8A0A

Tints of Gamboge #DD8A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.71%

R = 59.89%
G = 37.4%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD8A0A (or 0xDD8A0A) is known color: Gamboge. HEX triplet: DD, 8A and 0A. RGB value is (221,138,10). Sum of RGB (Red+Green+Blue) = 221+138+10=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 10 (4.30% from 255 or 2.71% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A0A is #2275F5. Grayscale: #949494. Windows color (decimal): -2258422 or 690909. OLE color: 690909.

HSL color Cylindrical-coordinate representation of color #DD8A0A: hue angle of 36.4º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD8A0A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 10 -
CMYK 0 0.38 0.95 0.13
HSL 36.4º 0.91% 0.45% -
HSV(B) 36.4º 0.95% 0.87% -
XYZ 38.96 33.57 4.71 -
YUV 148.23 50 179.91 -
System Red Green Blue C M Y K H S L
Decimal 221 138 10 0 0.38 0.95 0.13 36.4 0.91 0.45
Hex DD 8A A 0 26 5F D 24 5B 2D
Octal 335 212 12 0 46 137 15 44 133 55
Binary 11011101 10001010 1010 0 100110 1011111 1101 100100 1011011 101101

Color Harmonies of #DD8A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A0A

Black with #DD8A0A

Text Example


Text Example

White with #DD8A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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