Html Css Color HEX #DDA801 Gamboge

📋 copy color: '#DDA801'

red 221 ◦ green 168 ◦ blue 1

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

Shades of Gamboge #DDA801

Tints of Gamboge #DDA801

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.08%

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

R = 56.67%
G = 43.08%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA801 (or 0xDDA801) is known color: Gamboge. HEX triplet: DD, A8 and 01. RGB value is (221,168,1). Sum of RGB (Red+Green+Blue) = 221+168+1=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA801 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA801 is #2257FE. Grayscale: #A5A5A5. Windows color (decimal): -2250751 or 108765. OLE color: 108765.

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

Color convert

RGB 221 168 1 -
CMYK 0 0.24 1.00 0.13
HSL 45.55º 0.99% 0.44% -
HSV(B) 45.55º 1% 0.87% -
XYZ 43.83 43.38 6.09 -
YUV 164.81 35.56 168.08 -
System Red Green Blue C M Y K H S L
Decimal 221 168 1 0 0.24 1.00 0.13 45.55 0.99 0.44
Hex DD A8 1 0 18 64 D 2E 63 2C
Octal 335 250 1 0 30 144 15 56 143 54
Binary 11011101 10101000 1 0 11000 1100100 1101 101110 1100011 101100

Color Harmonies of #DDA801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA801

Black with #DDA801

Text Example


Text Example

White with #DDA801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA801; }

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

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

background-color css

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

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

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

border-color css

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

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

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