Html Css Color HEX #DDA608 Gamboge

📋 copy color: '#DDA608'

red 221 ◦ green 166 ◦ blue 8

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

Shades of Gamboge #DDA608

Tints of Gamboge #DDA608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

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

R = 55.95%
G = 42.03%
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

#DDA608 (or 0xDDA608) is known color: Gamboge. HEX triplet: DD, A6 and 08. RGB value is (221,166,8). Sum of RGB (Red+Green+Blue) = 221+166+8=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA608 is #2259F7. Grayscale: #A5A5A5. Windows color (decimal): -2251256 or 567005. OLE color: 567005.

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

Color convert

RGB 221 166 8 -
CMYK 0 0.25 0.96 0.13
HSL 44.51º 0.93% 0.45% -
HSV(B) 44.51º 0.96% 0.87% -
XYZ 43.5 42.66 6.17 -
YUV 164.43 39.72 168.35 -
System Red Green Blue C M Y K H S L
Decimal 221 166 8 0 0.25 0.96 0.13 44.51 0.93 0.45
Hex DD A6 8 0 19 60 D 2D 5D 2D
Octal 335 246 10 0 31 140 15 55 135 55
Binary 11011101 10100110 1000 0 11001 1100000 1101 101101 1011101 101101

Color Harmonies of #DDA608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA608

Black with #DDA608

Text Example


Text Example

White with #DDA608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA608; }

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

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

background-color css

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

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

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

border-color css

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

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

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