Html Css Color HEX #DDA30A Gamboge

📋 copy color: '#DDA30A'

red 221 ◦ green 163 ◦ blue 10

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

Shades of Gamboge #DDA30A

Tints of Gamboge #DDA30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

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

R = 56.09%
G = 41.37%
B = 2.54%

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

#DDA30A (or 0xDDA30A) is known color: Gamboge. HEX triplet: DD, A3 and 0A. RGB value is (221,163,10). Sum of RGB (Red+Green+Blue) = 221+163+10=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA30A is #225CF5. Grayscale: #A3A3A3. Windows color (decimal): -2252022 or 697309. OLE color: 697309.

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

Color convert

RGB 221 163 10 -
CMYK 0 0.26 0.95 0.13
HSL 43.51º 0.91% 0.45% -
HSV(B) 43.51º 0.95% 0.87% -
XYZ 42.97 41.59 6.05 -
YUV 162.9 41.72 169.44 -
System Red Green Blue C M Y K H S L
Decimal 221 163 10 0 0.26 0.95 0.13 43.51 0.91 0.45
Hex DD A3 A 0 1A 5F D 2C 5B 2D
Octal 335 243 12 0 32 137 15 54 133 55
Binary 11011101 10100011 1010 0 11010 1011111 1101 101100 1011011 101101

Color Harmonies of #DDA30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA30A

Black with #DDA30A

Text Example


Text Example

White with #DDA30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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