Html Css Color HEX #DDAC03 Gamboge

📋 copy color: '#DDAC03'

red 221 ◦ green 172 ◦ blue 3

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

Shades of Gamboge #DDAC03

Tints of Gamboge #DDAC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 55.81%
G = 43.43%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DDAC03 (or 0xDDAC03) is known color: Gamboge. HEX triplet: DD, AC and 03. RGB value is (221,172,3). Sum of RGB (Red+Green+Blue) = 221+172+3=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC03 is #2253FC. Grayscale: #A8A8A8. Windows color (decimal): -2249725 or 240861. OLE color: 240861.

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

Color convert

RGB 221 172 3 -
CMYK 0 0.22 0.99 0.13
HSL 46.51º 0.97% 0.44% -
HSV(B) 46.51º 0.99% 0.87% -
XYZ 44.59 44.88 6.4 -
YUV 167.39 35.23 166.24 -
System Red Green Blue C M Y K H S L
Decimal 221 172 3 0 0.22 0.99 0.13 46.51 0.97 0.44
Hex DD AC 3 0 16 63 D 2F 61 2C
Octal 335 254 3 0 26 143 15 57 141 54
Binary 11011101 10101100 11 0 10110 1100011 1101 101111 1100001 101100

Color Harmonies of #DDAC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC03

Black with #DDAC03

Text Example


Text Example

White with #DDAC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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