Html Css Color HEX #DCBD4E Ronchi

📋 copy color: '#DCBD4E'

red 220 ◦ green 189 ◦ blue 78

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

Shades of Ronchi #DCBD4E

Tints of Ronchi #DCBD4E

RGB

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

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

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

R = 45.17%
G = 38.81%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCBD4E (or 0xDCBD4E) is known color: Ronchi. HEX triplet: DC, BD and 4E. RGB value is (220,189,78). Sum of RGB (Red+Green+Blue) = 220+189+78=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD4E is #2342B1. Grayscale: #BABABA. Windows color (decimal): -2310834 or 5160412. OLE color: 5160412.

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

Color convert

RGB 220 189 78 -
CMYK 0 0.14 0.65 0.14
HSL 46.9º 0.67% 0.58% -
HSV(B) 46.9º 0.65% 0.86% -
XYZ 49.09 52.16 14.69 -
YUV 185.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 220 189 78 0 0.14 0.65 0.14 46.9 0.67 0.58
Hex DC BD 4E 0 E 41 E 2F 43 3A
Octal 334 275 116 0 16 101 16 57 103 72
Binary 11011100 10111101 1001110 0 1110 1000001 1110 101111 1000011 111010

Color Harmonies of #DCBD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBD4E

Black with #DCBD4E

Text Example


Text Example

White with #DCBD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBD4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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