Html Css Color HEX #DDA30F Gamboge

📋 copy color: '#DDA30F'

red 221 ◦ green 163 ◦ blue 15

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

Shades of Gamboge #DDA30F

Tints of Gamboge #DDA30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 55.39%
G = 40.85%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDA30F (or 0xDDA30F) is known color: Gamboge. HEX triplet: DD, A3 and 0F. RGB value is (221,163,15). Sum of RGB (Red+Green+Blue) = 221+163+15=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA30F is #225CF0. Grayscale: #A4A4A4. Windows color (decimal): -2252017 or 1024989. OLE color: 1024989.

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

Color convert

RGB 221 163 15 -
CMYK 0 0.26 0.93 0.13
HSL 43.11º 0.87% 0.46% -
HSV(B) 43.11º 0.93% 0.87% -
XYZ 43 41.6 6.22 -
YUV 163.47 44.22 169.03 -
System Red Green Blue C M Y K H S L
Decimal 221 163 15 0 0.26 0.93 0.13 43.11 0.87 0.46
Hex DD A3 F 0 1A 5D D 2B 57 2E
Octal 335 243 17 0 32 135 15 53 127 56
Binary 11011101 10100011 1111 0 11010 1011101 1101 101011 1010111 101110

Color Harmonies of #DDA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA30F

Black with #DDA30F

Text Example


Text Example

White with #DDA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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