Html Css Color HEX #DDA401 Gamboge

📋 copy color: '#DDA401'

red 221 ◦ green 164 ◦ blue 1

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

Shades of Gamboge #DDA401

Tints of Gamboge #DDA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

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

R = 57.25%
G = 42.49%
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

#DDA401 (or 0xDDA401) is known color: Gamboge. HEX triplet: DD, A4 and 01. RGB value is (221,164,1). Sum of RGB (Red+Green+Blue) = 221+164+1=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA401 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA401 is #225BFE. Grayscale: #A3A3A3. Windows color (decimal): -2251775 or 107741. OLE color: 107741.

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

Color convert

RGB 221 164 1 -
CMYK 0 0.26 1.00 0.13
HSL 44.45º 0.99% 0.44% -
HSV(B) 44.45º 1% 0.87% -
XYZ 43.1 41.93 5.85 -
YUV 162.46 36.88 169.75 -
System Red Green Blue C M Y K H S L
Decimal 221 164 1 0 0.26 1.00 0.13 44.45 0.99 0.44
Hex DD A4 1 0 1A 64 D 2C 63 2C
Octal 335 244 1 0 32 144 15 54 143 54
Binary 11011101 10100100 1 0 11010 1100100 1101 101100 1100011 101100

Color Harmonies of #DDA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA401

Black with #DDA401

Text Example


Text Example

White with #DDA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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