Html Css Color HEX #DDB12F Gold Tips

📋 copy color: '#DDB12F'

red 221 ◦ green 177 ◦ blue 47

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

Shades of Gold Tips #DDB12F

Tints of Gold Tips #DDB12F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.78%

 BLUE value IS 47 (18.75% from 255) = 10.56%

R = 49.66%
G = 39.78%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DDB12F (or 0xDDB12F) is known color: Gold Tips. HEX triplet: DD, B1 and 2F. RGB value is (221,177,47). Sum of RGB (Red+Green+Blue) = 221+177+47=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB12F is #224ED0. Grayscale: #AFAFAF. Windows color (decimal): -2248401 or 3125725. OLE color: 3125725.

HSL color Cylindrical-coordinate representation of color #DDB12F: hue angle of 44.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDB12F is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 47 -
CMYK 0 0.20 0.79 0.13
HSL 44.83º 0.72% 0.53% -
HSV(B) 44.83º 0.79% 0.87% -
XYZ 46.05 47.02 9.34 -
YUV 175.34 55.58 160.57 -
System Red Green Blue C M Y K H S L
Decimal 221 177 47 0 0.20 0.79 0.13 44.83 0.72 0.53
Hex DD B1 2F 0 14 4F D 2D 48 35
Octal 335 261 57 0 24 117 15 55 110 65
Binary 11011101 10110001 101111 0 10100 1001111 1101 101101 1001000 110101

Color Harmonies of #DDB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB12F

Black with #DDB12F

Text Example


Text Example

White with #DDB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB12F; }

 p { color: rgb(221,177,47); }

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

background-color css

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

 a { background-color: rgb(221,177,47); }

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

border-color css

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

 span { border-color: rgb(221,177,47); }

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