Html Css Color HEX #DDB11B Gold Tips

📋 copy color: '#DDB11B'

red 221 ◦ green 177 ◦ blue 27

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

Shades of Gold Tips #DDB11B

Tints of Gold Tips #DDB11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.35%

R = 52%
G = 41.65%
B = 6.35%

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

#DDB11B (or 0xDDB11B) is known color: Gold Tips. HEX triplet: DD, B1 and 1B. RGB value is (221,177,27). Sum of RGB (Red+Green+Blue) = 221+177+27=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB11B is #224EE4. Grayscale: #ADADAD. Windows color (decimal): -2248421 or 1815005. OLE color: 1815005.

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

Color convert

RGB 221 177 27 -
CMYK 0 0.20 0.88 0.13
HSL 46.39º 0.78% 0.49% -
HSV(B) 46.39º 0.88% 0.87% -
XYZ 45.74 46.9 7.68 -
YUV 173.06 45.58 162.2 -
System Red Green Blue C M Y K H S L
Decimal 221 177 27 0 0.20 0.88 0.13 46.39 0.78 0.49
Hex DD B1 1B 0 14 58 D 2E 4E 31
Octal 335 261 33 0 24 130 15 56 116 61
Binary 11011101 10110001 11011 0 10100 1011000 1101 101110 1001110 110001

Color Harmonies of #DDB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB11B

Black with #DDB11B

Text Example


Text Example

White with #DDB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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