Html Css Color HEX #DCB84E Ronchi

📋 copy color: '#DCB84E'

red 220 ◦ green 184 ◦ blue 78

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

Shades of Ronchi #DCB84E

Tints of Ronchi #DCB84E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.18%

R = 45.64%
G = 38.17%
B = 16.18%

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

#DCB84E (or 0xDCB84E) is known color: Ronchi. HEX triplet: DC, B8 and 4E. RGB value is (220,184,78). Sum of RGB (Red+Green+Blue) = 220+184+78=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB84E is #2347B1. Grayscale: #B7B7B7. Windows color (decimal): -2312114 or 5159132. OLE color: 5159132.

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

Color convert

RGB 220 184 78 -
CMYK 0 0.16 0.65 0.14
HSL 44.79º 0.67% 0.58% -
HSV(B) 44.79º 0.65% 0.86% -
XYZ 48.03 50.05 14.34 -
YUV 182.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 220 184 78 0 0.16 0.65 0.14 44.79 0.67 0.58
Hex DC B8 4E 0 10 41 E 2D 43 3A
Octal 334 270 116 0 20 101 16 55 103 72
Binary 11011100 10111000 1001110 0 10000 1000001 1110 101101 1000011 111010

Color Harmonies of #DCB84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB84E

Black with #DCB84E

Text Example


Text Example

White with #DCB84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB84E; }

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

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

background-color css

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

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

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

border-color css

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

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

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