Html Css Color HEX #DD920E Gamboge

📋 copy color: '#DD920E'

red 221 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #DD920E

Tints of Gamboge #DD920E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.67%

R = 58.01%
G = 38.32%
B = 3.67%

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

#DD920E (or 0xDD920E) is known color: Gamboge. HEX triplet: DD, 92 and 0E. RGB value is (221,146,14). Sum of RGB (Red+Green+Blue) = 221+146+14=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD920E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD920E is #226DF1. Grayscale: #999999. Windows color (decimal): -2256370 or 955101. OLE color: 955101.

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

Color convert

RGB 221 146 14 -
CMYK 0 0.34 0.94 0.13
HSL 38.26º 0.88% 0.46% -
HSV(B) 38.26º 0.94% 0.87% -
XYZ 40.18 35.96 5.24 -
YUV 153.38 49.35 176.23 -
System Red Green Blue C M Y K H S L
Decimal 221 146 14 0 0.34 0.94 0.13 38.26 0.88 0.46
Hex DD 92 E 0 22 5E D 26 58 2E
Octal 335 222 16 0 42 136 15 46 130 56
Binary 11011101 10010010 1110 0 100010 1011110 1101 100110 1011000 101110

Color Harmonies of #DD920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD920E

Black with #DD920E

Text Example


Text Example

White with #DD920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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