Html Css Color HEX #DDAC04 Gamboge

📋 copy color: '#DDAC04'

red 221 ◦ green 172 ◦ blue 4

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

Shades of Gamboge #DDAC04

Tints of Gamboge #DDAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 55.67%
G = 43.32%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDAC04 (or 0xDDAC04) is known color: Gamboge. HEX triplet: DD, AC and 04. RGB value is (221,172,4). Sum of RGB (Red+Green+Blue) = 221+172+4=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC04 is #2253FB. Grayscale: #A8A8A8. Windows color (decimal): -2249724 or 306397. OLE color: 306397.

HSL color Cylindrical-coordinate representation of color #DDAC04: hue angle of 46.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDAC04 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 4 -
CMYK 0 0.22 0.98 0.13
HSL 46.45º 0.96% 0.44% -
HSV(B) 46.45º 0.98% 0.87% -
XYZ 44.59 44.89 6.43 -
YUV 167.5 35.73 166.16 -
System Red Green Blue C M Y K H S L
Decimal 221 172 4 0 0.22 0.98 0.13 46.45 0.96 0.44
Hex DD AC 4 0 16 62 D 2E 60 2C
Octal 335 254 4 0 26 142 15 56 140 54
Binary 11011101 10101100 100 0 10110 1100010 1101 101110 1100000 101100

Color Harmonies of #DDAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC04

Black with #DDAC04

Text Example


Text Example

White with #DDAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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