Html Css Color HEX #DDB123 Gold Tips

📋 copy color: '#DDB123'

red 221 ◦ green 177 ◦ blue 35

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

Shades of Gold Tips #DDB123

Tints of Gold Tips #DDB123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.08%

R = 51.04%
G = 40.88%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDB123 (or 0xDDB123) is known color: Gold Tips. HEX triplet: DD, B1 and 23. RGB value is (221,177,35). Sum of RGB (Red+Green+Blue) = 221+177+35=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB123 is #224EDC. Grayscale: #AEAEAE. Windows color (decimal): -2248413 or 2339293. OLE color: 2339293.

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

Color convert

RGB 221 177 35 -
CMYK 0 0.20 0.84 0.13
HSL 45.81º 0.73% 0.5% -
HSV(B) 45.81º 0.84% 0.87% -
XYZ 45.84 46.94 8.23 -
YUV 173.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 221 177 35 0 0.20 0.84 0.13 45.81 0.73 0.5
Hex DD B1 23 0 14 54 D 2E 49 32
Octal 335 261 43 0 24 124 15 56 111 62
Binary 11011101 10110001 100011 0 10100 1010100 1101 101110 1001001 110010

Color Harmonies of #DDB123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB123

Black with #DDB123

Text Example


Text Example

White with #DDB123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB123; }

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

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

background-color css

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

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

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

border-color css

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

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

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