Html Css Color HEX #DDBD2B Gold Tips

📋 copy color: '#DDBD2B'

red 221 ◦ green 189 ◦ blue 43

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

Shades of Gold Tips #DDBD2B

Tints of Gold Tips #DDBD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.49%

R = 48.79%
G = 41.72%
B = 9.49%

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

#DDBD2B (or 0xDDBD2B) is known color: Gold Tips. HEX triplet: DD, BD and 2B. RGB value is (221,189,43). Sum of RGB (Red+Green+Blue) = 221+189+43=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 43 (17.19% from 255 or 9.49% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD2B is #2242D4. Grayscale: #B6B6B6. Windows color (decimal): -2245333 or 2866653. OLE color: 2866653.

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

Color convert

RGB 221 189 43 -
CMYK 0 0.14 0.81 0.13
HSL 49.21º 0.72% 0.52% -
HSV(B) 49.21º 0.81% 0.87% -
XYZ 48.45 51.94 9.76 -
YUV 181.92 49.6 155.87 -
System Red Green Blue C M Y K H S L
Decimal 221 189 43 0 0.14 0.81 0.13 49.21 0.72 0.52
Hex DD BD 2B 0 E 51 D 31 48 34
Octal 335 275 53 0 16 121 15 61 110 64
Binary 11011101 10111101 101011 0 1110 1010001 1101 110001 1001000 110100

Color Harmonies of #DDBD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD2B

Black with #DDBD2B

Text Example


Text Example

White with #DDBD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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