Html Css Color HEX #DDA103 Gamboge

📋 copy color: '#DDA103'

red 221 ◦ green 161 ◦ blue 3

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

Shades of Gamboge #DDA103

Tints of Gamboge #DDA103

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.82%

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

R = 57.4%
G = 41.82%
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

#DDA103 (or 0xDDA103) is known color: Gamboge. HEX triplet: DD, A1 and 03. RGB value is (221,161,3). Sum of RGB (Red+Green+Blue) = 221+161+3=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA103 is #225EFC. Grayscale: #A1A1A1. Windows color (decimal): -2252541 or 238045. OLE color: 238045.

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

Color convert

RGB 221 161 3 -
CMYK 0 0.27 0.99 0.13
HSL 43.49º 0.97% 0.44% -
HSV(B) 43.49º 0.99% 0.87% -
XYZ 42.58 40.87 5.73 -
YUV 160.93 38.88 170.85 -
System Red Green Blue C M Y K H S L
Decimal 221 161 3 0 0.27 0.99 0.13 43.49 0.97 0.44
Hex DD A1 3 0 1B 63 D 2B 61 2C
Octal 335 241 3 0 33 143 15 53 141 54
Binary 11011101 10100001 11 0 11011 1100011 1101 101011 1100001 101100

Color Harmonies of #DDA103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA103

Black with #DDA103

Text Example


Text Example

White with #DDA103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA103; }

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

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

background-color css

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

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

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

border-color css

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

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

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