Html Css Color HEX #DDAC0F Gamboge

📋 copy color: '#DDAC0F'

red 221 ◦ green 172 ◦ blue 15

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

Shades of Gamboge #DDAC0F

Tints of Gamboge #DDAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 54.17%
G = 42.16%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDAC0F (or 0xDDAC0F) is known color: Gamboge. HEX triplet: DD, AC and 0F. RGB value is (221,172,15). Sum of RGB (Red+Green+Blue) = 221+172+15=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC0F is #2253F0. Grayscale: #A9A9A9. Windows color (decimal): -2249713 or 1027293. OLE color: 1027293.

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

Color convert

RGB 221 172 15 -
CMYK 0 0.22 0.93 0.13
HSL 45.73º 0.87% 0.46% -
HSV(B) 45.73º 0.93% 0.87% -
XYZ 44.66 44.91 6.77 -
YUV 168.75 41.23 165.27 -
System Red Green Blue C M Y K H S L
Decimal 221 172 15 0 0.22 0.93 0.13 45.73 0.87 0.46
Hex DD AC F 0 16 5D D 2E 57 2E
Octal 335 254 17 0 26 135 15 56 127 56
Binary 11011101 10101100 1111 0 10110 1011101 1101 101110 1010111 101110

Color Harmonies of #DDAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC0F

Black with #DDAC0F

Text Example


Text Example

White with #DDAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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