Html Css Color HEX #DDB11A Gold Tips

📋 copy color: '#DDB11A'

red 221 ◦ green 177 ◦ blue 26

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

Shades of Gold Tips #DDB11A

Tints of Gold Tips #DDB11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.13%

R = 52.12%
G = 41.75%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDB11A (or 0xDDB11A) is known color: Gold Tips. HEX triplet: DD, B1 and 1A. RGB value is (221,177,26). Sum of RGB (Red+Green+Blue) = 221+177+26=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB11A is #224EE5. Grayscale: #ADADAD. Windows color (decimal): -2248422 or 1749469. OLE color: 1749469.

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

Color convert

RGB 221 177 26 -
CMYK 0 0.20 0.88 0.13
HSL 46.46º 0.79% 0.48% -
HSV(B) 46.46º 0.88% 0.87% -
XYZ 45.73 46.89 7.62 -
YUV 172.94 45.08 162.28 -
System Red Green Blue C M Y K H S L
Decimal 221 177 26 0 0.20 0.88 0.13 46.46 0.79 0.48
Hex DD B1 1A 0 14 58 D 2E 4F 30
Octal 335 261 32 0 24 130 15 56 117 60
Binary 11011101 10110001 11010 0 10100 1011000 1101 101110 1001111 110000

Color Harmonies of #DDB11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB11A

Black with #DDB11A

Text Example


Text Example

White with #DDB11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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