Html Css Color HEX #DDA301 Gamboge

📋 copy color: '#DDA301'

red 221 ◦ green 163 ◦ blue 1

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

Shades of Gamboge #DDA301

Tints of Gamboge #DDA301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 57.4%
G = 42.34%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA301 (or 0xDDA301) is known color: Gamboge. HEX triplet: DD, A3 and 01. RGB value is (221,163,1). Sum of RGB (Red+Green+Blue) = 221+163+1=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA301 is #225CFE. Grayscale: #A2A2A2. Windows color (decimal): -2252031 or 107485. OLE color: 107485.

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

Color convert

RGB 221 163 1 -
CMYK 0 0.26 1.00 0.13
HSL 44.18º 0.99% 0.44% -
HSV(B) 44.18º 1% 0.87% -
XYZ 42.92 41.57 5.79 -
YUV 161.87 37.22 170.17 -
System Red Green Blue C M Y K H S L
Decimal 221 163 1 0 0.26 1.00 0.13 44.18 0.99 0.44
Hex DD A3 1 0 1A 64 D 2C 63 2C
Octal 335 243 1 0 32 144 15 54 143 54
Binary 11011101 10100011 1 0 11010 1100100 1101 101100 1100011 101100

Color Harmonies of #DDA301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA301

Black with #DDA301

Text Example


Text Example

White with #DDA301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA301; }

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

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

background-color css

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

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

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

border-color css

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

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

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