Html Css Color HEX #DDAD0D Gamboge

📋 copy color: '#DDAD0D'

red 221 ◦ green 173 ◦ blue 13

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

Shades of Gamboge #DDAD0D

Tints of Gamboge #DDAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.51%

 BLUE value IS 13 (5.47% from 255) = 3.19%

R = 54.3%
G = 42.51%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDAD0D (or 0xDDAD0D) is known color: Gamboge. HEX triplet: DD, AD and 0D. RGB value is (221,173,13). Sum of RGB (Red+Green+Blue) = 221+173+13=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAD0D is #2252F2. Grayscale: #A9A9A9. Windows color (decimal): -2249459 or 896477. OLE color: 896477.

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

Color convert

RGB 221 173 13 -
CMYK 0 0.22 0.94 0.13
HSL 46.15º 0.89% 0.46% -
HSV(B) 46.15º 0.94% 0.87% -
XYZ 44.84 45.29 6.76 -
YUV 169.11 39.9 165.01 -
System Red Green Blue C M Y K H S L
Decimal 221 173 13 0 0.22 0.94 0.13 46.15 0.89 0.46
Hex DD AD D 0 16 5E D 2E 59 2E
Octal 335 255 15 0 26 136 15 56 131 56
Binary 11011101 10101101 1101 0 10110 1011110 1101 101110 1011001 101110

Color Harmonies of #DDAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD0D

Black with #DDAD0D

Text Example


Text Example

White with #DDAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD0D; }

 p { color: rgb(221,173,13); }

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

background-color css

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

 a { background-color: rgb(221,173,13); }

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

border-color css

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

 span { border-color: rgb(221,173,13); }

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