Html Css Color HEX #DD9612 Gamboge

📋 copy color: '#DD9612'

red 221 ◦ green 150 ◦ blue 18

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

Shades of Gamboge #DD9612

Tints of Gamboge #DD9612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.56%

 BLUE value IS 18 (7.42% from 255) = 4.63%

R = 56.81%
G = 38.56%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD9612 (or 0xDD9612) is known color: Gamboge. HEX triplet: DD, 96 and 12. RGB value is (221,150,18). Sum of RGB (Red+Green+Blue) = 221+150+18=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9612 is #2269ED. Grayscale: #9C9C9C. Windows color (decimal): -2255342 or 1218269. OLE color: 1218269.

HSL color Cylindrical-coordinate representation of color #DD9612: hue angle of 39.01º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD9612 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 150 18 -
CMYK 0 0.32 0.92 0.13
HSL 39.01º 0.85% 0.47% -
HSV(B) 39.01º 0.92% 0.87% -
XYZ 40.83 37.23 5.61 -
YUV 156.18 50.02 174.23 -
System Red Green Blue C M Y K H S L
Decimal 221 150 18 0 0.32 0.92 0.13 39.01 0.85 0.47
Hex DD 96 12 0 20 5C D 27 55 2F
Octal 335 226 22 0 40 134 15 47 125 57
Binary 11011101 10010110 10010 0 100000 1011100 1101 100111 1010101 101111

Color Harmonies of #DD9612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9612

Black with #DD9612

Text Example


Text Example

White with #DD9612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9612; }

 p { color: rgb(221,150,18); }

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

background-color css

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

 a { background-color: rgb(221,150,18); }

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

border-color css

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

 span { border-color: rgb(221,150,18); }

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