Html Css Color HEX #DCBD2D Gold Tips

📋 copy color: '#DCBD2D'

red 220 ◦ green 189 ◦ blue 45

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

Shades of Gold Tips #DCBD2D

Tints of Gold Tips #DCBD2D

RGB

 RED value IS 220 (86.33% from 255) = 48.46%

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

 BLUE value IS 45 (17.97% from 255) = 9.91%

R = 48.46%
G = 41.63%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCBD2D (or 0xDCBD2D) is known color: Gold Tips. HEX triplet: DC, BD and 2D. RGB value is (220,189,45). Sum of RGB (Red+Green+Blue) = 220+189+45=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD2D is #2342D2. Grayscale: #B6B6B6. Windows color (decimal): -2310867 or 2997724. OLE color: 2997724.

HSL color Cylindrical-coordinate representation of color #DCBD2D: hue angle of 49.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCBD2D is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 45 -
CMYK 0 0.14 0.80 0.14
HSL 49.37º 0.71% 0.52% -
HSV(B) 49.37º 0.8% 0.86% -
XYZ 48.19 51.8 9.94 -
YUV 181.85 50.77 155.21 -
System Red Green Blue C M Y K H S L
Decimal 220 189 45 0 0.14 0.80 0.14 49.37 0.71 0.52
Hex DC BD 2D 0 E 50 E 31 47 34
Octal 334 275 55 0 16 120 16 61 107 64
Binary 11011100 10111101 101101 0 1110 1010000 1110 110001 1000111 110100

Color Harmonies of #DCBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD2D

Black with #DCBD2D

Text Example


Text Example

White with #DCBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD2D; }

 p { color: rgb(220,189,45); }

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

background-color css

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

 a { background-color: rgb(220,189,45); }

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

border-color css

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

 span { border-color: rgb(220,189,45); }

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