Html Css Color HEX #DD890F Gamboge

📋 copy color: '#DD890F'

red 221 ◦ green 137 ◦ blue 15

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

Shades of Gamboge #DD890F

Tints of Gamboge #DD890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 59.25%
G = 36.73%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD890F (or 0xDD890F) is known color: Gamboge. HEX triplet: DD, 89 and 0F. RGB value is (221,137,15). Sum of RGB (Red+Green+Blue) = 221+137+15=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD890F is #2276F0. Grayscale: #949494. Windows color (decimal): -2258673 or 1018333. OLE color: 1018333.

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

Color convert

RGB 221 137 15 -
CMYK 0 0.38 0.93 0.13
HSL 35.53º 0.87% 0.46% -
HSV(B) 35.53º 0.93% 0.87% -
XYZ 38.85 33.3 4.83 -
YUV 148.21 52.83 179.92 -
System Red Green Blue C M Y K H S L
Decimal 221 137 15 0 0.38 0.93 0.13 35.53 0.87 0.46
Hex DD 89 F 0 26 5D D 24 57 2E
Octal 335 211 17 0 46 135 15 44 127 56
Binary 11011101 10001001 1111 0 100110 1011101 1101 100100 1010111 101110

Color Harmonies of #DD890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD890F

Black with #DD890F

Text Example


Text Example

White with #DD890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD890F; }

 p { color: rgb(221,137,15); }

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

background-color css

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

 a { background-color: rgb(221,137,15); }

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

border-color css

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

 span { border-color: rgb(221,137,15); }

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