Html Css Color HEX #DCBF2D Gold Tips

📋 copy color: '#DCBF2D'

red 220 ◦ green 191 ◦ blue 45

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

Shades of Gold Tips #DCBF2D

Tints of Gold Tips #DCBF2D

RGB

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

 GREEN value IS 191 (75% from 255) = 41.89%

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

R = 48.25%
G = 41.89%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCBF2D (or 0xDCBF2D) is known color: Gold Tips. HEX triplet: DC, BF and 2D. RGB value is (220,191,45). Sum of RGB (Red+Green+Blue) = 220+191+45=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF2D is #2340D2. Grayscale: #B7B7B7. Windows color (decimal): -2310355 or 2998236. OLE color: 2998236.

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

Color convert

RGB 220 191 45 -
CMYK 0 0.13 0.80 0.14
HSL 50.06º 0.71% 0.52% -
HSV(B) 50.06º 0.8% 0.86% -
XYZ 48.62 52.67 10.09 -
YUV 183.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 220 191 45 0 0.13 0.80 0.14 50.06 0.71 0.52
Hex DC BF 2D 0 D 50 E 32 47 34
Octal 334 277 55 0 15 120 16 62 107 64
Binary 11011100 10111111 101101 0 1101 1010000 1110 110010 1000111 110100

Color Harmonies of #DCBF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF2D

Black with #DCBF2D

Text Example


Text Example

White with #DCBF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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