Html Css Color HEX #DDAC0A Gamboge

📋 copy color: '#DDAC0A'

red 221 ◦ green 172 ◦ blue 10

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

Shades of Gamboge #DDAC0A

Tints of Gamboge #DDAC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.48%

R = 54.84%
G = 42.68%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDAC0A (or 0xDDAC0A) is known color: Gamboge. HEX triplet: DD, AC and 0A. RGB value is (221,172,10). Sum of RGB (Red+Green+Blue) = 221+172+10=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC0A is #2253F5. Grayscale: #A8A8A8. Windows color (decimal): -2249718 or 699613. OLE color: 699613.

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

Color convert

RGB 221 172 10 -
CMYK 0 0.22 0.95 0.13
HSL 46.07º 0.91% 0.45% -
HSV(B) 46.07º 0.95% 0.87% -
XYZ 44.63 44.9 6.6 -
YUV 168.18 38.73 165.67 -
System Red Green Blue C M Y K H S L
Decimal 221 172 10 0 0.22 0.95 0.13 46.07 0.91 0.45
Hex DD AC A 0 16 5F D 2E 5B 2D
Octal 335 254 12 0 26 137 15 56 133 55
Binary 11011101 10101100 1010 0 10110 1011111 1101 101110 1011011 101101

Color Harmonies of #DDAC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC0A

Black with #DDAC0A

Text Example


Text Example

White with #DDAC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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