Html Css Color HEX #DDA808 Gamboge

📋 copy color: '#DDA808'

red 221 ◦ green 168 ◦ blue 8

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

Shades of Gamboge #DDA808

Tints of Gamboge #DDA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

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

R = 55.67%
G = 42.32%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDA808 (or 0xDDA808) is known color: Gamboge. HEX triplet: DD, A8 and 08. RGB value is (221,168,8). Sum of RGB (Red+Green+Blue) = 221+168+8=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA808 is #2257F7. Grayscale: #A6A6A6. Windows color (decimal): -2250744 or 567517. OLE color: 567517.

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

Color convert

RGB 221 168 8 -
CMYK 0 0.24 0.96 0.13
HSL 45.07º 0.93% 0.45% -
HSV(B) 45.07º 0.96% 0.87% -
XYZ 43.87 43.39 6.29 -
YUV 165.61 39.06 167.51 -
System Red Green Blue C M Y K H S L
Decimal 221 168 8 0 0.24 0.96 0.13 45.07 0.93 0.45
Hex DD A8 8 0 18 60 D 2D 5D 2D
Octal 335 250 10 0 30 140 15 55 135 55
Binary 11011101 10101000 1000 0 11000 1100000 1101 101101 1011101 101101

Color Harmonies of #DDA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA808

Black with #DDA808

Text Example


Text Example

White with #DDA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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