Html Css Color HEX #DD990B Gamboge

📋 copy color: '#DD990B'

red 221 ◦ green 153 ◦ blue 11

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

Shades of Gamboge #DD990B

Tints of Gamboge #DD990B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.86%

R = 57.4%
G = 39.74%
B = 2.86%

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

#DD990B (or 0xDD990B) is known color: Gamboge. HEX triplet: DD, 99 and 0B. RGB value is (221,153,11). Sum of RGB (Red+Green+Blue) = 221+153+11=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD990B is #2266F4. Grayscale: #9D9D9D. Windows color (decimal): -2254581 or 760285. OLE color: 760285.

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

Color convert

RGB 221 153 11 -
CMYK 0 0.31 0.95 0.13
HSL 40.57º 0.91% 0.45% -
HSV(B) 40.57º 0.95% 0.87% -
XYZ 41.27 38.18 5.51 -
YUV 157.14 45.53 173.55 -
System Red Green Blue C M Y K H S L
Decimal 221 153 11 0 0.31 0.95 0.13 40.57 0.91 0.45
Hex DD 99 B 0 1F 5F D 29 5B 2D
Octal 335 231 13 0 37 137 15 51 133 55
Binary 11011101 10011001 1011 0 11111 1011111 1101 101001 1011011 101101

Color Harmonies of #DD990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD990B

Black with #DD990B

Text Example


Text Example

White with #DD990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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