Html Css Color HEX #DDA00F Gamboge

📋 copy color: '#DDA00F'

red 221 ◦ green 160 ◦ blue 15

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

Shades of Gamboge #DDA00F

Tints of Gamboge #DDA00F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

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

R = 55.81%
G = 40.4%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDA00F (or 0xDDA00F) is known color: Gamboge. HEX triplet: DD, A0 and 0F. RGB value is (221,160,15). Sum of RGB (Red+Green+Blue) = 221+160+15=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA00F is #225FF0. Grayscale: #A2A2A2. Windows color (decimal): -2252785 or 1024221. OLE color: 1024221.

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

Color convert

RGB 221 160 15 -
CMYK 0 0.28 0.93 0.13
HSL 42.23º 0.87% 0.46% -
HSV(B) 42.23º 0.93% 0.87% -
XYZ 42.48 40.55 6.04 -
YUV 161.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 221 160 15 0 0.28 0.93 0.13 42.23 0.87 0.46
Hex DD A0 F 0 1C 5D D 2A 57 2E
Octal 335 240 17 0 34 135 15 52 127 56
Binary 11011101 10100000 1111 0 11100 1011101 1101 101010 1010111 101110

Color Harmonies of #DDA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA00F

Black with #DDA00F

Text Example


Text Example

White with #DDA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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