Html Css Color HEX #DDA601 Gamboge

📋 copy color: '#DDA601'

red 221 ◦ green 166 ◦ blue 1

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

Shades of Gamboge #DDA601

Tints of Gamboge #DDA601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

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

R = 56.96%
G = 42.78%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA601 (or 0xDDA601) is known color: Gamboge. HEX triplet: DD, A6 and 01. RGB value is (221,166,1). Sum of RGB (Red+Green+Blue) = 221+166+1=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA601 is #2259FE. Grayscale: #A4A4A4. Windows color (decimal): -2251263 or 108253. OLE color: 108253.

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

Color convert

RGB 221 166 1 -
CMYK 0 0.25 1.00 0.13
HSL 45º 0.99% 0.44% -
HSV(B) 45º 1% 0.87% -
XYZ 43.46 42.65 5.97 -
YUV 163.64 36.22 168.92 -
System Red Green Blue C M Y K H S L
Decimal 221 166 1 0 0.25 1.00 0.13 45 0.99 0.44
Hex DD A6 1 0 19 64 D 2D 63 2C
Octal 335 246 1 0 31 144 15 55 143 54
Binary 11011101 10100110 1 0 11001 1100100 1101 101101 1100011 101100

Color Harmonies of #DDA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA601

Black with #DDA601

Text Example


Text Example

White with #DDA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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