Html Css Color HEX #DCBD50 Ronchi

📋 copy color: '#DCBD50'

red 220 ◦ green 189 ◦ blue 80

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

Shades of Ronchi #DCBD50

Tints of Ronchi #DCBD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.65%

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 44.99%
G = 38.65%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCBD50 (or 0xDCBD50) is known color: Ronchi. HEX triplet: DC, BD and 50. RGB value is (220,189,80). Sum of RGB (Red+Green+Blue) = 220+189+80=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD50 is #2342AF. Grayscale: #BABABA. Windows color (decimal): -2310832 or 5291484. OLE color: 5291484.

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

Color convert

RGB 220 189 80 -
CMYK 0 0.14 0.64 0.14
HSL 46.71º 0.67% 0.59% -
HSV(B) 46.71º 0.64% 0.86% -
XYZ 49.16 52.19 15.07 -
YUV 185.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 220 189 80 0 0.14 0.64 0.14 46.71 0.67 0.59
Hex DC BD 50 0 E 40 E 2F 43 3B
Octal 334 275 120 0 16 100 16 57 103 73
Binary 11011100 10111101 1010000 0 1110 1000000 1110 101111 1000011 111011

Color Harmonies of #DCBD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD50

Black with #DCBD50

Text Example


Text Example

White with #DCBD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD50; }

 p { color: rgb(220,189,80); }

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

background-color css

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

 a { background-color: rgb(220,189,80); }

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

border-color css

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

 span { border-color: rgb(220,189,80); }

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