Html Css Color HEX #DCB848 Ronchi

📋 copy color: '#DCB848'

red 220 ◦ green 184 ◦ blue 72

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

Shades of Ronchi #DCB848

Tints of Ronchi #DCB848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.13%

R = 46.22%
G = 38.66%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCB848 (or 0xDCB848) is known color: Ronchi. HEX triplet: DC, B8 and 48. RGB value is (220,184,72). Sum of RGB (Red+Green+Blue) = 220+184+72=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB848 is #2347B7. Grayscale: #B6B6B6. Windows color (decimal): -2312120 or 4765916. OLE color: 4765916.

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

Color convert

RGB 220 184 72 -
CMYK 0 0.16 0.67 0.14
HSL 45.41º 0.68% 0.57% -
HSV(B) 45.41º 0.67% 0.86% -
XYZ 47.83 49.96 13.25 -
YUV 182 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 220 184 72 0 0.16 0.67 0.14 45.41 0.68 0.57
Hex DC B8 48 0 10 43 E 2D 44 39
Octal 334 270 110 0 20 103 16 55 104 71
Binary 11011100 10111000 1001000 0 10000 1000011 1110 101101 1000100 111001

Color Harmonies of #DCB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB848

Black with #DCB848

Text Example


Text Example

White with #DCB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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