Html Css Color HEX #DD850C Gamboge

📋 copy color: '#DD850C'

red 221 ◦ green 133 ◦ blue 12

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

Shades of Gamboge #DD850C

Tints of Gamboge #DD850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 60.38%
G = 36.34%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD850C (or 0xDD850C) is known color: Gamboge. HEX triplet: DD, 85 and 0C. RGB value is (221,133,12). Sum of RGB (Red+Green+Blue) = 221+133+12=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD850C is #227AF3. Grayscale: #929292. Windows color (decimal): -2259700 or 820701. OLE color: 820701.

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

Color convert

RGB 221 133 12 -
CMYK 0 0.40 0.95 0.13
HSL 34.74º 0.9% 0.46% -
HSV(B) 34.74º 0.95% 0.87% -
XYZ 38.27 32.17 4.54 -
YUV 145.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 221 133 12 0 0.40 0.95 0.13 34.74 0.9 0.46
Hex DD 85 C 0 28 5F D 23 5A 2E
Octal 335 205 14 0 50 137 15 43 132 56
Binary 11011101 10000101 1100 0 101000 1011111 1101 100011 1011010 101110

Color Harmonies of #DD850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD850C

Black with #DD850C

Text Example


Text Example

White with #DD850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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