Html Css Color HEX #DDA708 Gamboge

📋 copy color: '#DDA708'

red 221 ◦ green 167 ◦ blue 8

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

Shades of Gamboge #DDA708

Tints of Gamboge #DDA708

RGB

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

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

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

R = 55.81%
G = 42.17%
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

#DDA708 (or 0xDDA708) is known color: Gamboge. HEX triplet: DD, A7 and 08. RGB value is (221,167,8). Sum of RGB (Red+Green+Blue) = 221+167+8=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA708 is #2258F7. Grayscale: #A5A5A5. Windows color (decimal): -2251000 or 567261. OLE color: 567261.

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

Color convert

RGB 221 167 8 -
CMYK 0 0.24 0.96 0.13
HSL 44.79º 0.93% 0.45% -
HSV(B) 44.79º 0.96% 0.87% -
XYZ 43.68 43.03 6.23 -
YUV 165.02 39.39 167.93 -
System Red Green Blue C M Y K H S L
Decimal 221 167 8 0 0.24 0.96 0.13 44.79 0.93 0.45
Hex DD A7 8 0 18 60 D 2D 5D 2D
Octal 335 247 10 0 30 140 15 55 135 55
Binary 11011101 10100111 1000 0 11000 1100000 1101 101101 1011101 101101

Color Harmonies of #DDA708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA708

Black with #DDA708

Text Example


Text Example

White with #DDA708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA708; }

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

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

background-color css

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

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

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

border-color css

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

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

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