Html Css Color HEX #DDA10D Gamboge

📋 copy color: '#DDA10D'

red 221 ◦ green 161 ◦ blue 13

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

Shades of Gamboge #DDA10D

Tints of Gamboge #DDA10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.76%

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

R = 55.95%
G = 40.76%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDA10D (or 0xDDA10D) is known color: Gamboge. HEX triplet: DD, A1 and 0D. RGB value is (221,161,13). Sum of RGB (Red+Green+Blue) = 221+161+13=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA10D is #225EF2. Grayscale: #A2A2A2. Windows color (decimal): -2252531 or 893405. OLE color: 893405.

HSL color Cylindrical-coordinate representation of color #DDA10D: hue angle of 42.69º 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 #DDA10D is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 13 -
CMYK 0 0.27 0.94 0.13
HSL 42.69º 0.89% 0.46% -
HSV(B) 42.69º 0.94% 0.87% -
XYZ 42.64 40.89 6.03 -
YUV 162.07 43.88 170.03 -
System Red Green Blue C M Y K H S L
Decimal 221 161 13 0 0.27 0.94 0.13 42.69 0.89 0.46
Hex DD A1 D 0 1B 5E D 2B 59 2E
Octal 335 241 15 0 33 136 15 53 131 56
Binary 11011101 10100001 1101 0 11011 1011110 1101 101011 1011001 101110

Color Harmonies of #DDA10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA10D

Black with #DDA10D

Text Example


Text Example

White with #DDA10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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