Html Css Color HEX #DDA303 Gamboge

📋 copy color: '#DDA303'

red 221 ◦ green 163 ◦ blue 3

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

Shades of Gamboge #DDA303

Tints of Gamboge #DDA303

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.12%

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

R = 57.11%
G = 42.12%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDA303 (or 0xDDA303) is known color: Gamboge. HEX triplet: DD, A3 and 03. RGB value is (221,163,3). Sum of RGB (Red+Green+Blue) = 221+163+3=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA303 is #225CFC. Grayscale: #A2A2A2. Windows color (decimal): -2252029 or 238557. OLE color: 238557.

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

Color convert

RGB 221 163 3 -
CMYK 0 0.26 0.99 0.13
HSL 44.04º 0.97% 0.44% -
HSV(B) 44.04º 0.99% 0.87% -
XYZ 42.93 41.57 5.85 -
YUV 162.1 38.22 170.01 -
System Red Green Blue C M Y K H S L
Decimal 221 163 3 0 0.26 0.99 0.13 44.04 0.97 0.44
Hex DD A3 3 0 1A 63 D 2C 61 2C
Octal 335 243 3 0 32 143 15 54 141 54
Binary 11011101 10100011 11 0 11010 1100011 1101 101100 1100001 101100

Color Harmonies of #DDA303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA303

Black with #DDA303

Text Example


Text Example

White with #DDA303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA303; }

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

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

background-color css

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

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

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

border-color css

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

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

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