Html Css Color HEX #DD920C Gamboge

📋 copy color: '#DD920C'

red 221 ◦ green 146 ◦ blue 12

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

Shades of Gamboge #DD920C

Tints of Gamboge #DD920C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 58.31%
G = 38.52%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD920C (or 0xDD920C) is known color: Gamboge. HEX triplet: DD, 92 and 0C. RGB value is (221,146,12). Sum of RGB (Red+Green+Blue) = 221+146+12=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD920C is #226DF3. Grayscale: #999999. Windows color (decimal): -2256372 or 824029. OLE color: 824029.

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

Color convert

RGB 221 146 12 -
CMYK 0 0.34 0.95 0.13
HSL 38.47º 0.9% 0.46% -
HSV(B) 38.47º 0.95% 0.87% -
XYZ 40.16 35.96 5.17 -
YUV 153.15 48.35 176.4 -
System Red Green Blue C M Y K H S L
Decimal 221 146 12 0 0.34 0.95 0.13 38.47 0.9 0.46
Hex DD 92 C 0 22 5F D 26 5A 2E
Octal 335 222 14 0 42 137 15 46 132 56
Binary 11011101 10010010 1100 0 100010 1011111 1101 100110 1011010 101110

Color Harmonies of #DD920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD920C

Black with #DD920C

Text Example


Text Example

White with #DD920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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