Html Css Color HEX #DDA50D Gamboge

📋 copy color: '#DDA50D'

red 221 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #DDA50D

Tints of Gamboge #DDA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.35%

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

R = 55.39%
G = 41.35%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDA50D (or 0xDDA50D) is known color: Gamboge. HEX triplet: DD, A5 and 0D. RGB value is (221,165,13). Sum of RGB (Red+Green+Blue) = 221+165+13=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA50D is #225AF2. Grayscale: #A5A5A5. Windows color (decimal): -2251507 or 894429. OLE color: 894429.

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

Color convert

RGB 221 165 13 -
CMYK 0 0.25 0.94 0.13
HSL 43.85º 0.89% 0.46% -
HSV(B) 43.85º 0.94% 0.87% -
XYZ 43.35 42.31 6.26 -
YUV 164.42 42.55 168.36 -
System Red Green Blue C M Y K H S L
Decimal 221 165 13 0 0.25 0.94 0.13 43.85 0.89 0.46
Hex DD A5 D 0 19 5E D 2C 59 2E
Octal 335 245 15 0 31 136 15 54 131 56
Binary 11011101 10100101 1101 0 11001 1011110 1101 101100 1011001 101110

Color Harmonies of #DDA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA50D

Black with #DDA50D

Text Example


Text Example

White with #DDA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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