Html Css Color HEX #DDA203 Gamboge

📋 copy color: '#DDA203'

red 221 ◦ green 162 ◦ blue 3

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

Shades of Gamboge #DDA203

Tints of Gamboge #DDA203

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.97%

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

R = 57.25%
G = 41.97%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDA203 (or 0xDDA203) is known color: Gamboge. HEX triplet: DD, A2 and 03. RGB value is (221,162,3). Sum of RGB (Red+Green+Blue) = 221+162+3=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 162 (63.67% from 255 or 41.97% from 386); Blue value is 3 (1.56% from 255 or 0.78% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA203 is #225DFC. Grayscale: #A2A2A2. Windows color (decimal): -2252285 or 238301. OLE color: 238301.

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

Color convert

RGB 221 162 3 -
CMYK 0 0.27 0.99 0.13
HSL 43.76º 0.97% 0.44% -
HSV(B) 43.76º 0.99% 0.87% -
XYZ 42.76 41.22 5.79 -
YUV 161.52 38.55 170.43 -
System Red Green Blue C M Y K H S L
Decimal 221 162 3 0 0.27 0.99 0.13 43.76 0.97 0.44
Hex DD A2 3 0 1B 63 D 2C 61 2C
Octal 335 242 3 0 33 143 15 54 141 54
Binary 11011101 10100010 11 0 11011 1100011 1101 101100 1100001 101100

Color Harmonies of #DDA203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA203

Black with #DDA203

Text Example


Text Example

White with #DDA203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA203; }

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

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

background-color css

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

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

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

border-color css

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

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

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