Html Css Color HEX #DDA40F Gamboge

📋 copy color: '#DDA40F'

red 221 ◦ green 164 ◦ blue 15

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

Shades of Gamboge #DDA40F

Tints of Gamboge #DDA40F

RGB

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

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

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

R = 55.25%
G = 41%
B = 3.75%

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

#DDA40F (or 0xDDA40F) is known color: Gamboge. HEX triplet: DD, A4 and 0F. RGB value is (221,164,15). Sum of RGB (Red+Green+Blue) = 221+164+15=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA40F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA40F is #225BF0. Grayscale: #A4A4A4. Windows color (decimal): -2251761 or 1025245. OLE color: 1025245.

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

Color convert

RGB 221 164 15 -
CMYK 0 0.26 0.93 0.13
HSL 43.4º 0.87% 0.46% -
HSV(B) 43.4º 0.93% 0.87% -
XYZ 43.18 41.96 6.27 -
YUV 164.06 43.88 168.62 -
System Red Green Blue C M Y K H S L
Decimal 221 164 15 0 0.26 0.93 0.13 43.4 0.87 0.46
Hex DD A4 F 0 1A 5D D 2B 57 2E
Octal 335 244 17 0 32 135 15 53 127 56
Binary 11011101 10100100 1111 0 11010 1011101 1101 101011 1010111 101110

Color Harmonies of #DDA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA40F

Black with #DDA40F

Text Example


Text Example

White with #DDA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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