Html Css Color HEX #DCB84C Ronchi

📋 copy color: '#DCB84C'

red 220 ◦ green 184 ◦ blue 76

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

Shades of Ronchi #DCB84C

Tints of Ronchi #DCB84C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.33%

 BLUE value IS 76 (30.08% from 255) = 15.83%

R = 45.83%
G = 38.33%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCB84C (or 0xDCB84C) is known color: Ronchi. HEX triplet: DC, B8 and 4C. RGB value is (220,184,76). Sum of RGB (Red+Green+Blue) = 220+184+76=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB84C is #2347B3. Grayscale: #B6B6B6. Windows color (decimal): -2312116 or 5028060. OLE color: 5028060.

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

Color convert

RGB 220 184 76 -
CMYK 0 0.16 0.65 0.14
HSL 45º 0.67% 0.58% -
HSV(B) 45º 0.65% 0.86% -
XYZ 47.96 50.02 13.96 -
YUV 182.45 67.93 154.78 -
System Red Green Blue C M Y K H S L
Decimal 220 184 76 0 0.16 0.65 0.14 45 0.67 0.58
Hex DC B8 4C 0 10 41 E 2D 43 3A
Octal 334 270 114 0 20 101 16 55 103 72
Binary 11011100 10111000 1001100 0 10000 1000001 1110 101101 1000011 111010

Color Harmonies of #DCB84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB84C

Black with #DCB84C

Text Example


Text Example

White with #DCB84C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB84C; }

 p { color: rgb(220,184,76); }

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

background-color css

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

 a { background-color: rgb(220,184,76); }

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

border-color css

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

 span { border-color: rgb(220,184,76); }

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