Html Css Color HEX #DDA70E Gamboge

📋 copy color: '#DDA70E'

red 221 ◦ green 167 ◦ blue 14

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

Shades of Gamboge #DDA70E

Tints of Gamboge #DDA70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.48%

R = 54.98%
G = 41.54%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDA70E (or 0xDDA70E) is known color: Gamboge. HEX triplet: DD, A7 and 0E. RGB value is (221,167,14). Sum of RGB (Red+Green+Blue) = 221+167+14=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA70E is #2258F1. Grayscale: #A6A6A6. Windows color (decimal): -2250994 or 960477. OLE color: 960477.

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

Color convert

RGB 221 167 14 -
CMYK 0 0.24 0.94 0.13
HSL 44.35º 0.88% 0.46% -
HSV(B) 44.35º 0.94% 0.87% -
XYZ 43.72 43.04 6.42 -
YUV 165.7 42.39 167.44 -
System Red Green Blue C M Y K H S L
Decimal 221 167 14 0 0.24 0.94 0.13 44.35 0.88 0.46
Hex DD A7 E 0 18 5E D 2C 58 2E
Octal 335 247 16 0 30 136 15 54 130 56
Binary 11011101 10100111 1110 0 11000 1011110 1101 101100 1011000 101110

Color Harmonies of #DDA70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA70E

Black with #DDA70E

Text Example


Text Example

White with #DDA70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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