Html Css Color HEX #DDA40A Gamboge

📋 copy color: '#DDA40A'

red 221 ◦ green 164 ◦ blue 10

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

Shades of Gamboge #DDA40A

Tints of Gamboge #DDA40A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.52%

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

R = 55.95%
G = 41.52%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA40A (or 0xDDA40A) is known color: Gamboge. HEX triplet: DD, A4 and 0A. RGB value is (221,164,10). Sum of RGB (Red+Green+Blue) = 221+164+10=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA40A is #225BF5. Grayscale: #A4A4A4. Windows color (decimal): -2251766 or 697565. OLE color: 697565.

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

Color convert

RGB 221 164 10 -
CMYK 0 0.26 0.95 0.13
HSL 43.79º 0.91% 0.45% -
HSV(B) 43.79º 0.95% 0.87% -
XYZ 43.15 41.94 6.11 -
YUV 163.49 41.38 169.02 -
System Red Green Blue C M Y K H S L
Decimal 221 164 10 0 0.26 0.95 0.13 43.79 0.91 0.45
Hex DD A4 A 0 1A 5F D 2C 5B 2D
Octal 335 244 12 0 32 137 15 54 133 55
Binary 11011101 10100100 1010 0 11010 1011111 1101 101100 1011011 101101

Color Harmonies of #DDA40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA40A

Black with #DDA40A

Text Example


Text Example

White with #DDA40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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