Html Css Color HEX #DDAC01 Gamboge

📋 copy color: '#DDAC01'

red 221 ◦ green 172 ◦ blue 1

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

Shades of Gamboge #DDAC01

Tints of Gamboge #DDAC01

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.65%

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

R = 56.09%
G = 43.65%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DDAC01 (or 0xDDAC01) is known color: Gamboge. HEX triplet: DD, AC and 01. RGB value is (221,172,1). Sum of RGB (Red+Green+Blue) = 221+172+1=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC01 is #2253FE. Grayscale: #A7A7A7. Windows color (decimal): -2249727 or 109789. OLE color: 109789.

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

Color convert

RGB 221 172 1 -
CMYK 0 0.22 1.00 0.13
HSL 46.64º 0.99% 0.44% -
HSV(B) 46.64º 1% 0.87% -
XYZ 44.58 44.88 6.34 -
YUV 167.16 34.23 166.4 -
System Red Green Blue C M Y K H S L
Decimal 221 172 1 0 0.22 1.00 0.13 46.64 0.99 0.44
Hex DD AC 1 0 16 64 D 2F 63 2C
Octal 335 254 1 0 26 144 15 57 143 54
Binary 11011101 10101100 1 0 10110 1100100 1101 101111 1100011 101100

Color Harmonies of #DDAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC01

Black with #DDAC01

Text Example


Text Example

White with #DDAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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