Html Css Color HEX #DDB12A Gold Tips

📋 copy color: '#DDB12A'

red 221 ◦ green 177 ◦ blue 42

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

Shades of Gold Tips #DDB12A

Tints of Gold Tips #DDB12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.55%

R = 50.23%
G = 40.23%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDB12A (or 0xDDB12A) is known color: Gold Tips. HEX triplet: DD, B1 and 2A. RGB value is (221,177,42). Sum of RGB (Red+Green+Blue) = 221+177+42=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB12A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB12A is #224ED5. Grayscale: #AFAFAF. Windows color (decimal): -2248406 or 2798045. OLE color: 2798045.

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

Color convert

RGB 221 177 42 -
CMYK 0 0.20 0.81 0.13
HSL 45.25º 0.72% 0.52% -
HSV(B) 45.25º 0.81% 0.87% -
XYZ 45.96 46.98 8.84 -
YUV 174.77 53.08 160.98 -
System Red Green Blue C M Y K H S L
Decimal 221 177 42 0 0.20 0.81 0.13 45.25 0.72 0.52
Hex DD B1 2A 0 14 51 D 2D 48 34
Octal 335 261 52 0 24 121 15 55 110 64
Binary 11011101 10110001 101010 0 10100 1010001 1101 101101 1001000 110100

Color Harmonies of #DDB12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB12A

Black with #DDB12A

Text Example


Text Example

White with #DDB12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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