Html Css Color HEX #DDBC2A Gold Tips

📋 copy color: '#DDBC2A'

red 221 ◦ green 188 ◦ blue 42

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

Shades of Gold Tips #DDBC2A

Tints of Gold Tips #DDBC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

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

R = 49%
G = 41.69%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDBC2A (or 0xDDBC2A) is known color: Gold Tips. HEX triplet: DD, BC and 2A. RGB value is (221,188,42). Sum of RGB (Red+Green+Blue) = 221+188+42=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 42 (16.80% from 255 or 9.31% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC2A is #2243D5. Grayscale: #B5B5B5. Windows color (decimal): -2245590 or 2800861. OLE color: 2800861.

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

Color convert

RGB 221 188 42 -
CMYK 0 0.15 0.81 0.13
HSL 48.94º 0.72% 0.52% -
HSV(B) 48.94º 0.81% 0.87% -
XYZ 48.22 51.51 9.59 -
YUV 181.22 49.43 156.37 -
System Red Green Blue C M Y K H S L
Decimal 221 188 42 0 0.15 0.81 0.13 48.94 0.72 0.52
Hex DD BC 2A 0 F 51 D 31 48 34
Octal 335 274 52 0 17 121 15 61 110 64
Binary 11011101 10111100 101010 0 1111 1010001 1101 110001 1001000 110100

Color Harmonies of #DDBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC2A

Black with #DDBC2A

Text Example


Text Example

White with #DDBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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