Html Css Color HEX #DD990A Gamboge

📋 copy color: '#DD990A'

red 221 ◦ green 153 ◦ blue 10

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

Shades of Gamboge #DD990A

Tints of Gamboge #DD990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.84%

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

R = 57.55%
G = 39.84%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD990A (or 0xDD990A) is known color: Gamboge. HEX triplet: DD, 99 and 0A. RGB value is (221,153,10). Sum of RGB (Red+Green+Blue) = 221+153+10=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD990A is #2266F5. Grayscale: #9D9D9D. Windows color (decimal): -2254582 or 694749. OLE color: 694749.

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

Color convert

RGB 221 153 10 -
CMYK 0 0.31 0.95 0.13
HSL 40.66º 0.91% 0.45% -
HSV(B) 40.66º 0.95% 0.87% -
XYZ 41.26 38.18 5.48 -
YUV 157.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 221 153 10 0 0.31 0.95 0.13 40.66 0.91 0.45
Hex DD 99 A 0 1F 5F D 29 5B 2D
Octal 335 231 12 0 37 137 15 51 133 55
Binary 11011101 10011001 1010 0 11111 1011111 1101 101001 1011011 101101

Color Harmonies of #DD990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD990A

Black with #DD990A

Text Example


Text Example

White with #DD990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD990A; }

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

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

background-color css

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

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

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

border-color css

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

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

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