Html Css Color HEX #DDBD2A Gold Tips

📋 copy color: '#DDBD2A'

red 221 ◦ green 189 ◦ blue 42

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

Shades of Gold Tips #DDBD2A

Tints of Gold Tips #DDBD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.81%

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

R = 48.89%
G = 41.81%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDBD2A (or 0xDDBD2A) is known color: Gold Tips. HEX triplet: DD, BD and 2A. RGB value is (221,189,42). Sum of RGB (Red+Green+Blue) = 221+189+42=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD2A is #2242D5. Grayscale: #B6B6B6. Windows color (decimal): -2245334 or 2801117. OLE color: 2801117.

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

Color convert

RGB 221 189 42 -
CMYK 0 0.14 0.81 0.13
HSL 49.27º 0.72% 0.52% -
HSV(B) 49.27º 0.81% 0.87% -
XYZ 48.43 51.93 9.66 -
YUV 181.81 49.1 155.95 -
System Red Green Blue C M Y K H S L
Decimal 221 189 42 0 0.14 0.81 0.13 49.27 0.72 0.52
Hex DD BD 2A 0 E 51 D 31 48 34
Octal 335 275 52 0 16 121 15 61 110 64
Binary 11011101 10111101 101010 0 1110 1010001 1101 110001 1001000 110100

Color Harmonies of #DDBD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD2A

Black with #DDBD2A

Text Example


Text Example

White with #DDBD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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