Html Css Color HEX #DD920D Gamboge

📋 copy color: '#DD920D'

red 221 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #DD920D

Tints of Gamboge #DD920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

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

R = 58.16%
G = 38.42%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD920D (or 0xDD920D) is known color: Gamboge. HEX triplet: DD, 92 and 0D. RGB value is (221,146,13). Sum of RGB (Red+Green+Blue) = 221+146+13=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD920D is #226DF2. Grayscale: #999999. Windows color (decimal): -2256371 or 889565. OLE color: 889565.

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

Color convert

RGB 221 146 13 -
CMYK 0 0.34 0.94 0.13
HSL 38.37º 0.89% 0.46% -
HSV(B) 38.37º 0.94% 0.87% -
XYZ 40.17 35.96 5.2 -
YUV 153.26 48.85 176.31 -
System Red Green Blue C M Y K H S L
Decimal 221 146 13 0 0.34 0.94 0.13 38.37 0.89 0.46
Hex DD 92 D 0 22 5E D 26 59 2E
Octal 335 222 15 0 42 136 15 46 131 56
Binary 11011101 10010010 1101 0 100010 1011110 1101 100110 1011001 101110

Color Harmonies of #DD920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD920D

Black with #DD920D

Text Example


Text Example

White with #DD920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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