Html Css Color HEX #DDA806 Gamboge

📋 copy color: '#DDA806'

red 221 ◦ green 168 ◦ blue 6

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

Shades of Gamboge #DDA806

Tints of Gamboge #DDA806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 55.95%
G = 42.53%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDA806 (or 0xDDA806) is known color: Gamboge. HEX triplet: DD, A8 and 06. RGB value is (221,168,6). Sum of RGB (Red+Green+Blue) = 221+168+6=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 6 (2.73% from 255 or 1.52% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA806 is #2257F9. Grayscale: #A6A6A6. Windows color (decimal): -2250746 or 436445. OLE color: 436445.

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

Color convert

RGB 221 168 6 -
CMYK 0 0.24 0.97 0.13
HSL 45.21º 0.95% 0.45% -
HSV(B) 45.21º 0.97% 0.87% -
XYZ 43.85 43.39 6.24 -
YUV 165.38 38.06 167.67 -
System Red Green Blue C M Y K H S L
Decimal 221 168 6 0 0.24 0.97 0.13 45.21 0.95 0.45
Hex DD A8 6 0 18 61 D 2D 5F 2D
Octal 335 250 6 0 30 141 15 55 137 55
Binary 11011101 10101000 110 0 11000 1100001 1101 101101 1011111 101101

Color Harmonies of #DDA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA806

Black with #DDA806

Text Example


Text Example

White with #DDA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA806; }

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

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

background-color css

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

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

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

border-color css

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

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

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