Html Css Color HEX #DDA70F Gamboge

📋 copy color: '#DDA70F'

red 221 ◦ green 167 ◦ blue 15

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

Shades of Gamboge #DDA70F

Tints of Gamboge #DDA70F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.44%

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

R = 54.84%
G = 41.44%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDA70F (or 0xDDA70F) is known color: Gamboge. HEX triplet: DD, A7 and 0F. RGB value is (221,167,15). Sum of RGB (Red+Green+Blue) = 221+167+15=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 167 (65.62% from 255 or 41.44% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA70F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA70F is #2258F0. Grayscale: #A6A6A6. Windows color (decimal): -2250993 or 1026013. OLE color: 1026013.

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

Color convert

RGB 221 167 15 -
CMYK 0 0.24 0.93 0.13
HSL 44.27º 0.87% 0.46% -
HSV(B) 44.27º 0.93% 0.87% -
XYZ 43.72 43.04 6.46 -
YUV 165.82 42.89 167.36 -
System Red Green Blue C M Y K H S L
Decimal 221 167 15 0 0.24 0.93 0.13 44.27 0.87 0.46
Hex DD A7 F 0 18 5D D 2C 57 2E
Octal 335 247 17 0 30 135 15 54 127 56
Binary 11011101 10100111 1111 0 11000 1011101 1101 101100 1010111 101110

Color Harmonies of #DDA70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA70F

Black with #DDA70F

Text Example


Text Example

White with #DDA70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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