Html Css Color HEX #DCBC4D Ronchi

📋 copy color: '#DCBC4D'

red 220 ◦ green 188 ◦ blue 77

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

Shades of Ronchi #DCBC4D

Tints of Ronchi #DCBC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 77 (30.47% from 255) = 15.88%

R = 45.36%
G = 38.76%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCBC4D (or 0xDCBC4D) is known color: Ronchi. HEX triplet: DC, BC and 4D. RGB value is (220,188,77). Sum of RGB (Red+Green+Blue) = 220+188+77=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC4D is #2343B2. Grayscale: #B9B9B9. Windows color (decimal): -2311091 or 5094620. OLE color: 5094620.

HSL color Cylindrical-coordinate representation of color #DCBC4D: hue angle of 46.57º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCBC4D is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 77 -
CMYK 0 0.15 0.65 0.14
HSL 46.57º 0.67% 0.58% -
HSV(B) 46.57º 0.65% 0.86% -
XYZ 48.84 51.72 14.43 -
YUV 184.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 220 188 77 0 0.15 0.65 0.14 46.57 0.67 0.58
Hex DC BC 4D 0 F 41 E 2F 43 3A
Octal 334 274 115 0 17 101 16 57 103 72
Binary 11011100 10111100 1001101 0 1111 1000001 1110 101111 1000011 111010

Color Harmonies of #DCBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBC4D

Black with #DCBC4D

Text Example


Text Example

White with #DCBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBC4D; }

 p { color: rgb(220,188,77); }

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

background-color css

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

 a { background-color: rgb(220,188,77); }

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

border-color css

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

 span { border-color: rgb(220,188,77); }

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