Html Css Color HEX #DD920F Gamboge

📋 copy color: '#DD920F'

red 221 ◦ green 146 ◦ blue 15

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

Shades of Gamboge #DD920F

Tints of Gamboge #DD920F

RGB

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

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

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

R = 57.85%
G = 38.22%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD920F (or 0xDD920F) is known color: Gamboge. HEX triplet: DD, 92 and 0F. RGB value is (221,146,15). Sum of RGB (Red+Green+Blue) = 221+146+15=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD920F is #226DF0. Grayscale: #9A9A9A. Windows color (decimal): -2256369 or 1020637. OLE color: 1020637.

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

Color convert

RGB 221 146 15 -
CMYK 0 0.34 0.93 0.13
HSL 38.16º 0.87% 0.46% -
HSV(B) 38.16º 0.93% 0.87% -
XYZ 40.18 35.96 5.28 -
YUV 153.49 49.85 176.15 -
System Red Green Blue C M Y K H S L
Decimal 221 146 15 0 0.34 0.93 0.13 38.16 0.87 0.46
Hex DD 92 F 0 22 5D D 26 57 2E
Octal 335 222 17 0 42 135 15 46 127 56
Binary 11011101 10010010 1111 0 100010 1011101 1101 100110 1010111 101110

Color Harmonies of #DD920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD920F

Black with #DD920F

Text Example


Text Example

White with #DD920F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD920F; }

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

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

background-color css

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

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

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

border-color css

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

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

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