Html Css Color HEX #DD930C Gamboge

📋 copy color: '#DD930C'

red 221 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #DD930C

Tints of Gamboge #DD930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.68%

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

R = 58.16%
G = 38.68%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD930C (or 0xDD930C) is known color: Gamboge. HEX triplet: DD, 93 and 0C. RGB value is (221,147,12). Sum of RGB (Red+Green+Blue) = 221+147+12=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD930C is #226CF3. Grayscale: #9A9A9A. Windows color (decimal): -2256116 or 824285. OLE color: 824285.

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

Color convert

RGB 221 147 12 -
CMYK 0 0.33 0.95 0.13
HSL 38.76º 0.9% 0.46% -
HSV(B) 38.76º 0.95% 0.87% -
XYZ 40.32 36.27 5.22 -
YUV 153.74 48.02 175.98 -
System Red Green Blue C M Y K H S L
Decimal 221 147 12 0 0.33 0.95 0.13 38.76 0.9 0.46
Hex DD 93 C 0 21 5F D 27 5A 2E
Octal 335 223 14 0 41 137 15 47 132 56
Binary 11011101 10010011 1100 0 100001 1011111 1101 100111 1011010 101110

Color Harmonies of #DD930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD930C

Black with #DD930C

Text Example


Text Example

White with #DD930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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