Html Css Color HEX #DDB423 Gold Tips

📋 copy color: '#DDB423'

red 221 ◦ green 180 ◦ blue 35

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

Shades of Gold Tips #DDB423

Tints of Gold Tips #DDB423

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 50.69%
G = 41.28%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDB423 (or 0xDDB423) is known color: Gold Tips. HEX triplet: DD, B4 and 23. RGB value is (221,180,35). Sum of RGB (Red+Green+Blue) = 221+180+35=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB423 is #224BDC. Grayscale: #B0B0B0. Windows color (decimal): -2247645 or 2340061. OLE color: 2340061.

HSL color Cylindrical-coordinate representation of color #DDB423: hue angle of 46.77º 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 #DDB423 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 180 35 -
CMYK 0 0.19 0.84 0.13
HSL 46.77º 0.73% 0.5% -
HSV(B) 46.77º 0.84% 0.87% -
XYZ 46.44 48.14 8.43 -
YUV 175.73 48.58 160.29 -
System Red Green Blue C M Y K H S L
Decimal 221 180 35 0 0.19 0.84 0.13 46.77 0.73 0.5
Hex DD B4 23 0 13 54 D 2F 49 32
Octal 335 264 43 0 23 124 15 57 111 62
Binary 11011101 10110100 100011 0 10011 1010100 1101 101111 1001001 110010

Color Harmonies of #DDB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB423

Black with #DDB423

Text Example


Text Example

White with #DDB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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