Html Css Color HEX #DDA705 Gamboge

📋 copy color: '#DDA705'

red 221 ◦ green 167 ◦ blue 5

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

Shades of Gamboge #DDA705

Tints of Gamboge #DDA705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.49%

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 56.23%
G = 42.49%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDA705 (or 0xDDA705) is known color: Gamboge. HEX triplet: DD, A7 and 05. RGB value is (221,167,5). Sum of RGB (Red+Green+Blue) = 221+167+5=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 167 (65.62% from 255 or 42.49% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA705 is #2258FA. Grayscale: #A5A5A5. Windows color (decimal): -2251003 or 370653. OLE color: 370653.

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

Color convert

RGB 221 167 5 -
CMYK 0 0.24 0.98 0.13
HSL 45º 0.96% 0.44% -
HSV(B) 45º 0.98% 0.87% -
XYZ 43.66 43.02 6.15 -
YUV 164.68 37.89 168.17 -
System Red Green Blue C M Y K H S L
Decimal 221 167 5 0 0.24 0.98 0.13 45 0.96 0.44
Hex DD A7 5 0 18 62 D 2D 60 2C
Octal 335 247 5 0 30 142 15 55 140 54
Binary 11011101 10100111 101 0 11000 1100010 1101 101101 1100000 101100

Color Harmonies of #DDA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA705

Black with #DDA705

Text Example


Text Example

White with #DDA705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA705; }

 p { color: rgb(221,167,5); }

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

background-color css

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

 a { background-color: rgb(221,167,5); }

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

border-color css

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

 span { border-color: rgb(221,167,5); }

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