Html Css Color HEX #DCBD29 Gold Tips

📋 copy color: '#DCBD29'

red 220 ◦ green 189 ◦ blue 41

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

Shades of Gold Tips #DCBD29

Tints of Gold Tips #DCBD29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.11%

R = 48.89%
G = 42%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DCBD29 (or 0xDCBD29) is known color: Gold Tips. HEX triplet: DC, BD and 29. RGB value is (220,189,41). Sum of RGB (Red+Green+Blue) = 220+189+41=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBD29 is #2342D6. Grayscale: #B6B6B6. Windows color (decimal): -2310871 or 2735580. OLE color: 2735580.

HSL color Cylindrical-coordinate representation of color #DCBD29: hue angle of 49.61º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCBD29 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 189 41 -
CMYK 0 0.14 0.81 0.14
HSL 49.61º 0.72% 0.51% -
HSV(B) 49.61º 0.81% 0.86% -
XYZ 48.11 51.77 9.55 -
YUV 181.4 48.77 155.53 -
System Red Green Blue C M Y K H S L
Decimal 220 189 41 0 0.14 0.81 0.14 49.61 0.72 0.51
Hex DC BD 29 0 E 51 E 32 48 33
Octal 334 275 51 0 16 121 16 62 110 63
Binary 11011100 10111101 101001 0 1110 1010001 1110 110010 1001000 110011

Color Harmonies of #DCBD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD29

Black with #DCBD29

Text Example


Text Example

White with #DCBD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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