Html Css Color HEX #DDA201 Gamboge

📋 copy color: '#DDA201'

red 221 ◦ green 162 ◦ blue 1

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

Shades of Gamboge #DDA201

Tints of Gamboge #DDA201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.19%

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

R = 57.55%
G = 42.19%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDA201 (or 0xDDA201) is known color: Gamboge. HEX triplet: DD, A2 and 01. RGB value is (221,162,1). Sum of RGB (Red+Green+Blue) = 221+162+1=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA201 is #225DFE. Grayscale: #A1A1A1. Windows color (decimal): -2252287 or 107229. OLE color: 107229.

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

Color convert

RGB 221 162 1 -
CMYK 0 0.27 1.00 0.13
HSL 43.91º 0.99% 0.44% -
HSV(B) 43.91º 1% 0.87% -
XYZ 42.74 41.22 5.73 -
YUV 161.29 37.55 170.59 -
System Red Green Blue C M Y K H S L
Decimal 221 162 1 0 0.27 1.00 0.13 43.91 0.99 0.44
Hex DD A2 1 0 1B 64 D 2C 63 2C
Octal 335 242 1 0 33 144 15 54 143 54
Binary 11011101 10100010 1 0 11011 1100100 1101 101100 1100011 101100

Color Harmonies of #DDA201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA201

Black with #DDA201

Text Example


Text Example

White with #DDA201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA201; }

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

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

background-color css

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

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

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

border-color css

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

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

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