Html Css Color HEX #DD9A1C Gamboge

📋 copy color: '#DD9A1C'

red 221 ◦ green 154 ◦ blue 28

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

Shades of Gamboge #DD9A1C

Tints of Gamboge #DD9A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.21%

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 54.84%
G = 38.21%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD9A1C (or 0xDD9A1C) is known color: Gamboge. HEX triplet: DD, 9A and 1C. RGB value is (221,154,28). Sum of RGB (Red+Green+Blue) = 221+154+28=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9A1C is #2265E3. Grayscale: #A0A0A0. Windows color (decimal): -2254308 or 1874653. OLE color: 1874653.

HSL color Cylindrical-coordinate representation of color #DD9A1C: hue angle of 39.17º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD9A1C is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 28 -
CMYK 0 0.30 0.87 0.13
HSL 39.17º 0.78% 0.49% -
HSV(B) 39.17º 0.87% 0.87% -
XYZ 41.58 38.57 6.35 -
YUV 159.67 53.7 171.75 -
System Red Green Blue C M Y K H S L
Decimal 221 154 28 0 0.30 0.87 0.13 39.17 0.78 0.49
Hex DD 9A 1C 0 1E 57 D 27 4E 31
Octal 335 232 34 0 36 127 15 47 116 61
Binary 11011101 10011010 11100 0 11110 1010111 1101 100111 1001110 110001

Color Harmonies of #DD9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A1C

Black with #DD9A1C

Text Example


Text Example

White with #DD9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A1C; }

 p { color: rgb(221,154,28); }

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

background-color css

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

 a { background-color: rgb(221,154,28); }

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

border-color css

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

 span { border-color: rgb(221,154,28); }

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