Html Css Color HEX #DDA003 Gamboge

📋 copy color: '#DDA003'

red 221 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #DDA003

Tints of Gamboge #DDA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.67%

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 57.55%
G = 41.67%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDA003 (or 0xDDA003) is known color: Gamboge. HEX triplet: DD, A0 and 03. RGB value is (221,160,3). Sum of RGB (Red+Green+Blue) = 221+160+3=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 3 (1.56% from 255 or 0.78% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA003 is #225FFC. Grayscale: #A1A1A1. Windows color (decimal): -2252797 or 237789. OLE color: 237789.

HSL color Cylindrical-coordinate representation of color #DDA003: hue angle of 43.21º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDA003 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 3 -
CMYK 0 0.28 0.99 0.13
HSL 43.21º 0.97% 0.44% -
HSV(B) 43.21º 0.99% 0.87% -
XYZ 42.41 40.52 5.67 -
YUV 160.34 39.21 171.27 -
System Red Green Blue C M Y K H S L
Decimal 221 160 3 0 0.28 0.99 0.13 43.21 0.97 0.44
Hex DD A0 3 0 1C 63 D 2B 61 2C
Octal 335 240 3 0 34 143 15 53 141 54
Binary 11011101 10100000 11 0 11100 1100011 1101 101011 1100001 101100

Color Harmonies of #DDA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA003

Black with #DDA003

Text Example


Text Example

White with #DDA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA003; }

 p { color: rgb(221,160,3); }

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

background-color css

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

 a { background-color: rgb(221,160,3); }

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

border-color css

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

 span { border-color: rgb(221,160,3); }

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