Html Css Color HEX #DDA508 Gamboge

📋 copy color: '#DDA508'

red 221 ◦ green 165 ◦ blue 8

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

Shades of Gamboge #DDA508

Tints of Gamboge #DDA508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 56.09%
G = 41.88%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDA508 (or 0xDDA508) is known color: Gamboge. HEX triplet: DD, A5 and 08. RGB value is (221,165,8). Sum of RGB (Red+Green+Blue) = 221+165+8=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA508 is #225AF7. Grayscale: #A4A4A4. Windows color (decimal): -2251512 or 566749. OLE color: 566749.

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

Color convert

RGB 221 165 8 -
CMYK 0 0.25 0.96 0.13
HSL 44.23º 0.93% 0.45% -
HSV(B) 44.23º 0.96% 0.87% -
XYZ 43.32 42.3 6.11 -
YUV 163.85 40.05 168.77 -
System Red Green Blue C M Y K H S L
Decimal 221 165 8 0 0.25 0.96 0.13 44.23 0.93 0.45
Hex DD A5 8 0 19 60 D 2C 5D 2D
Octal 335 245 10 0 31 140 15 54 135 55
Binary 11011101 10100101 1000 0 11001 1100000 1101 101100 1011101 101101

Color Harmonies of #DDA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA508

Black with #DDA508

Text Example


Text Example

White with #DDA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA508; }

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

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

background-color css

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

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

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

border-color css

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

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

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