Html Css Color HEX #DCB84D Ronchi

📋 copy color: '#DCB84D'

red 220 ◦ green 184 ◦ blue 77

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

Shades of Ronchi #DCB84D

Tints of Ronchi #DCB84D

RGB

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

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

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

R = 45.74%
G = 38.25%
B = 16.01%

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

#DCB84D (or 0xDCB84D) is known color: Ronchi. HEX triplet: DC, B8 and 4D. RGB value is (220,184,77). Sum of RGB (Red+Green+Blue) = 220+184+77=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB84D is #2347B2. Grayscale: #B7B7B7. Windows color (decimal): -2312115 or 5093596. OLE color: 5093596.

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

Color convert

RGB 220 184 77 -
CMYK 0 0.16 0.65 0.14
HSL 44.9º 0.67% 0.58% -
HSV(B) 44.9º 0.65% 0.86% -
XYZ 48 50.03 14.15 -
YUV 182.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 220 184 77 0 0.16 0.65 0.14 44.9 0.67 0.58
Hex DC B8 4D 0 10 41 E 2D 43 3A
Octal 334 270 115 0 20 101 16 55 103 72
Binary 11011100 10111000 1001101 0 10000 1000001 1110 101101 1000011 111010

Color Harmonies of #DCB84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB84D

Black with #DCB84D

Text Example


Text Example

White with #DCB84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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