Html Css Color HEX #DDA80A Gamboge

📋 copy color: '#DDA80A'

red 221 ◦ green 168 ◦ blue 10

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

Shades of Gamboge #DDA80A

Tints of Gamboge #DDA80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 55.39%
G = 42.11%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA80A (or 0xDDA80A) is known color: Gamboge. HEX triplet: DD, A8 and 0A. RGB value is (221,168,10). Sum of RGB (Red+Green+Blue) = 221+168+10=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA80A is #2257F5. Grayscale: #A6A6A6. Windows color (decimal): -2250742 or 698589. OLE color: 698589.

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

Color convert

RGB 221 168 10 -
CMYK 0 0.24 0.95 0.13
HSL 44.93º 0.91% 0.45% -
HSV(B) 44.93º 0.95% 0.87% -
XYZ 43.88 43.4 6.35 -
YUV 165.84 40.06 167.35 -
System Red Green Blue C M Y K H S L
Decimal 221 168 10 0 0.24 0.95 0.13 44.93 0.91 0.45
Hex DD A8 A 0 18 5F D 2D 5B 2D
Octal 335 250 12 0 30 137 15 55 133 55
Binary 11011101 10101000 1010 0 11000 1011111 1101 101101 1011011 101101

Color Harmonies of #DDA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA80A

Black with #DDA80A

Text Example


Text Example

White with #DDA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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